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

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

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

* commit '8320cf2d':
  Fix wrong intent being passed in PhoneWindowManager.
parents 33e84c16 8320cf2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5944,7 +5944,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            intent = mHomeIntent;
        }

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

    /**