diff options
| -rw-r--r-- | packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java b/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java index 743df999fdab..a4bda59255ae 100644 --- a/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java +++ b/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java @@ -2423,6 +2423,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat } updateOptionsUi(); + updateSummary(); } private boolean capabilitiesChanged(PrinterCapabilitiesInfo oldCapabilities, |