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

Commit 23eecdc8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove FLAG_ACTIVITY_NEW_DOCUMENT when starting the deep link" into...

Merge "Remove FLAG_ACTIVITY_NEW_DOCUMENT when starting the deep link" into tm-dev am: c45731ef am: 2357b8ab

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/18868163



Change-Id: I7ff555eb9816ccb2031ed4357b82e9ac7979c46a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9d882fbb 2357b8ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -436,7 +436,7 @@ public class SettingsHomepageActivity extends FragmentActivity implements
        // To prevent launchDeepLinkIntentToRight again for configuration change.
        intent.setAction(null);

        targetIntent.removeFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
        targetIntent.removeFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NEW_DOCUMENT);
        targetIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);

        // Sender of intent may want to send intent extra data to the destination of targetIntent.