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

Commit 05709ae4 authored by Mark Renouf's avatar Mark Renouf Committed by Android (Google) Code Review
Browse files

Merge "Fix potential StrictMode crash with miniresolver" into tm-dev

parents d39f1073 d0978dbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1480,7 +1480,7 @@ public class ResolverActivity extends Activity implements
            if (intent != null) {
                prepareIntentForCrossProfileLaunch(intent);
            }
            safelyStartActivityInternal(otherProfileResolveInfo,
            safelyStartActivityAsUser(otherProfileResolveInfo,
                    mMultiProfilePagerAdapter.getInactiveListAdapter().mResolverListController
                            .getUserHandle());
        });