summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2013-11-05 03:32:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-05 03:32:08 +0000
commit4033c94bb7566a652442ae1fa164d1efa7562761 (patch)
tree9a5b12b6023870e112658c5fd3e3bf054ad9e39f /packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java
parente19ed43551bc1603a41f376883f69eeee12182f3 (diff)
parent1c664b6defd20ab4a83c4a83d01b9ed8603f7c2c (diff)
downloadframeworks_base-4033c94bb7566a652442ae1fa164d1efa7562761.zip
frameworks_base-4033c94bb7566a652442ae1fa164d1efa7562761.tar.gz
frameworks_base-4033c94bb7566a652442ae1fa164d1efa7562761.tar.bz2
Merge "Add way for the user to forget previously used printers." into klp-dev
Diffstat (limited to 'packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java')
-rw-r--r--packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java b/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java
index 6d0ecd7..88403a3 100644
--- a/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java
+++ b/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java
@@ -937,6 +937,7 @@ public class PrintJobConfigActivity extends Activity {
mPrintJobId, mCurrentPrinter);
if (mCurrentPrinter.getStatus() == PrinterInfo.STATUS_UNAVAILABLE) {
+ mCapabilitiesTimeout.post();
updateUi();
return;
}