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

Commit 63e26e25 authored by Mark Renouf's avatar Mark Renouf Committed by Presubmit Automerger Backend
Browse files

[automerge] Fix potential StrictMode crash with miniresolver 2p: d0978dbb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17621331

Change-Id: If355812dca1555d3819c88b5374a6433655439cd
parents 385b8d2b 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());
        });