Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 087c7395 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Set title in onCreate. am: fef31ad5

am: 28c09c61

Change-Id: I317a2ea5525518a77d286c4f472de41b2ce43bba
parents 3c17a81c 28c09c61
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -264,6 +264,8 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

        setTitle(R.string.print_dialog);

        Bundle extras = getIntent().getExtras();

        mPrintJob = extras.getParcelable(PrintManager.EXTRA_PRINT_JOB);
@@ -322,7 +324,6 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat
        // Now that we are bound to the local print spooler service
        // and the printer registry loaded the historical printers
        // we can show the UI without flickering.
        setTitle(R.string.print_dialog);
        setContentView(R.layout.print_activity);

        try {