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

Commit 3a655fd1 authored by Arc Wang's avatar Arc Wang Committed by Automerger Merge Worker
Browse files

[Large screen] Set SplitPairRule for DeepLinkHomepageActivity am: 82eeacf2

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

Change-Id: I7369fb99dea1ecd7b00a5fb399441a1cde8b0e68
parents 54fec9c2 82eeacf2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -109,6 +109,16 @@ public class ActivityEmbeddingRulesController {
                true /* finishSecondaryWithPrimary */,
                clearTop);

        registerTwoPanePairRule(
                context,
                new ComponentName(Utils.SETTINGS_PACKAGE_NAME,
                        SettingsHomepageActivity.ALIAS_DEEP_LINK),
                secondaryComponent,
                secondaryIntentAction,
                true /* finishPrimaryWithSecondary */,
                true /* finishSecondaryWithPrimary */,
                clearTop);

        registerTwoPanePairRule(
                context,
                getComponentName(context, SettingsHomepageActivity.class),