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

Unverified Commit 2701e6c8 authored by Michael Bestas's avatar Michael Bestas
Browse files

fixup! SystemUI: Allow ignoring IWlan status in the mobile icon pipeline

Change-Id: I07e6a6822e3fb2c370c77b7d83e4411218bafc78
parent f0c541d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -301,7 +301,7 @@ class MobileIconInteractorImpl(
                isInService,
            ) { isDefaultDataEnabled, isDefaultConnectionFailed, isInService ->
                val mobileIconIgnoresIWlan = context.resources.getBoolean(
                        com.android.systemui.R.bool.config_mobileIconIgnoresIWlan)
                        com.android.systemui.res.R.bool.config_mobileIconIgnoresIWlan)
                (!isDefaultDataEnabled && !mobileIconIgnoresIWlan) || isDefaultConnectionFailed ||
                        !isInService
            }