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

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

Merge "Finish whole installation on cancel dialog." into nyc-dev

am: f682d897

* commit 'f682d897':
  Finish whole installation on cancel dialog.

Change-Id: I785f39748871178c428330c70428d2a8b4979f78
parents e54b96fd f682d897
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ public class PackageInstallerActivity extends Activity implements OnCancelListen
                    .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
                        public void onClick(DialogInterface dialog, int which) {
                            Log.i(TAG, "Finishing off activity so that user can navigate to settings manually");
                            finish();
                            finishAffinity();
                        }})
                    .setPositiveButton(R.string.settings, new DialogInterface.OnClickListener() {
                        public void onClick(DialogInterface dialog, int which) {