diff --git a/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java b/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java index 135bc03d030e3..22a9950d03130 100644 --- a/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java +++ b/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java @@ -760,6 +760,7 @@ public class PrintJobConfigActivity extends Activity { public void run() { mEditor.initialize(); mEditor.bindUi(); + mEditor.reselectCurrentPrinter(); mEditor.updateUi(); } });