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

Commit 9fc0b6fb authored by Bryce Lee's avatar Bryce Lee Committed by Android Git Automerger
Browse files

am b45d3926: am 8320cf2d: Merge "Fix wrong intent being passed in...

am b45d3926: am 8320cf2d: Merge "Fix wrong intent being passed in PhoneWindowManager." into lmp-mr1-modular-dev

* commit 'b45d3926':
  Fix wrong intent being passed in PhoneWindowManager.
parents 8d09a744 b45d3926
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5956,7 +5956,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            intent = mHomeIntent;
        }

        startActivityAsUser(mHomeIntent, UserHandle.CURRENT);
        startActivityAsUser(intent, UserHandle.CURRENT);
    }

    /**