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

Commit 9b1ff639 authored by Matt Casey's avatar Matt Casey
Browse files

[DO NOT MERGE] Start editor as the launching user instead of personal

Bug: 407991863
Test: atest ChooserActivityTest
Flag: EXEMPT what year is it
Change-Id: I57395b53585cc167032494f36b4086910bcf45fa
parent eaf6e716
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();
                }
        );