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

Commit 5993f37b authored by Mark Renouf's avatar Mark Renouf Committed by Automerger Merge Worker
Browse files

Merge "Fix potential StrictMode crash with miniresolver" into tm-dev am: 05709ae4 am: d46bf5c5

parents 8317fb49 d46bf5c5
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());
        });