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

Commit cfc0408e authored by Matt Casey's avatar Matt Casey Committed by Android (Google) Code Review
Browse files

Merge "[DO NOT MERGE] Start editor as the launching user instead of personal" into tm-dev

parents e5c72065 9b1ff639
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1228,8 +1228,8 @@ public class ChooserActivity extends ResolverActivity implements
                            "",
                            -1,
                            false);
                    // Action bar is user-independent, always start as primary
                    safelyStartActivityAsUser(ti, getPersonalProfileUserHandle());
                    // Action bar is user-independent, always start as the launching user
                    safelyStartActivityAsUser(ti, UserHandle.of(UserHandle.myUserId()));
                    finish();
                }
        );