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

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

Merge "Reset launcher on shortcutconfig activity minimize" into ub-launcher3-master

parents 439beff8 13890c08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
    @Override
    public void startActivityForResult(Intent intent, int requestCode, Bundle options) {
        if (requestCode != -1) {
            mPendingActivityRequestCode = -1;
            mPendingActivityRequestCode = requestCode;
            StartActivityParams params = new StartActivityParams(this, requestCode);
            params.intent = intent;
            params.options = options;