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

Commit 88205a38 authored by Yoshinori Hirano's avatar Yoshinori Hirano Committed by android-build-merger
Browse files

Merge "Hide Wi-Fi activity indicator when Wi-Fi icon is hidden" into oc-dev am: 0b45799a

am: 2edd5e76

Change-Id: I2386bf91d9e805f4b12c63d7732140302236dbee
parents 849c2130 2edd5e76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -294,8 +294,8 @@ public class SignalClusterView extends LinearLayout implements NetworkController
        mWifiStrengthId = statusIcon.icon;
        mWifiBadgeId = statusIcon.iconOverlay;
        mWifiDescription = statusIcon.contentDescription;
        mWifiIn = activityIn && mActivityEnabled;
        mWifiOut = activityOut && mActivityEnabled;
        mWifiIn = activityIn && mActivityEnabled && mWifiVisible;
        mWifiOut = activityOut && mActivityEnabled && mWifiVisible;

        apply();
    }