am b7180852: am f5adedba: am 188d0953: Merge "The print dialog in bad state after pressing back from prnt to PDF." into klp-dev

* commit 'b71808524c6def5a903e15ad5d6a62c024a32569':
  The print dialog in bad state after pressing back from prnt to PDF.
diff --git a/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java b/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java
index 135bc03..22a9950 100644
--- a/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java
+++ b/packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java
@@ -760,6 +760,7 @@
                         public void run() {
                             mEditor.initialize();
                             mEditor.bindUi();
+                            mEditor.reselectCurrentPrinter();
                             mEditor.updateUi();
                         }
                     });