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

Commit 350282fd authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Internet dialog not shown when clicking Internet tile in guest mode" into main

parents 80ee1cc5 4f1e5bcf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -183,9 +183,9 @@ public class InternetDialogDelegate implements
            Context context,
            InternetDialogManager internetDialogManager,
            InternetDialogController internetDialogController,
            @Assisted(ABOVE_STATUS_BAR) boolean canConfigMobileData,
            @Assisted(CAN_CONFIG_MOBILE_DATA) boolean canConfigWifi,
            @Assisted(CAN_CONFIG_WIFI) boolean aboveStatusBar,
            @Assisted(CAN_CONFIG_MOBILE_DATA) boolean canConfigMobileData,
            @Assisted(CAN_CONFIG_WIFI) boolean canConfigWifi,
            @Assisted(ABOVE_STATUS_BAR) boolean aboveStatusBar,
            @Assisted CoroutineScope coroutineScope,
            UiEventLogger uiEventLogger,
            DialogTransitionAnimator dialogTransitionAnimator,