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

Commit fb5a0793 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set title in onCreate." into nyc-mr1-dev

parents 65dfc2a3 fef31ad5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -244,6 +244,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);
@@ -298,7 +300,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 {