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

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

Merge changes from topic "presubmit-am-5f71c0c2e4404f4483b93bae95744fe7" into tm-mainline-prod

* changes:
  [automerge] Fix potential StrictMode crash with miniresolver 2p: d0978dbb
  Fix potential StrictMode crash with miniresolver
parents ddd36ab4 63e26e25
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());
        });