Loading packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -1993,6 +1993,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat if ((isActive && gotCapab) || (becameActive && hasCapab)) { if (hasCapab && capabChanged) { updatePrintAttributesFromCapabilities(newCapab); updatePrintPreviewController(false); } onPrinterAvailable(newPrinterState); } else if ((becameInactive && hasCapab) || (isActive && lostCapab)) { Loading Loading
packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -1993,6 +1993,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat if ((isActive && gotCapab) || (becameActive && hasCapab)) { if (hasCapab && capabChanged) { updatePrintAttributesFromCapabilities(newCapab); updatePrintPreviewController(false); } onPrinterAvailable(newPrinterState); } else if ((becameInactive && hasCapab) || (isActive && lostCapab)) { Loading