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

Commit 5c5d69b4 authored by Robert Burns's avatar Robert Burns
Browse files

Fix display of mobile status bar icon when using airplane mode

Change-Id: Icb5b33008f97eaefd67bb4e5acd1e38bcf2dcb70
parent b91c5c0e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@ public class SignalClusterView
    }

    private void updateSignalClusterStyle() {
        if (!mIsAirplaneMode)
            mMobileGroup.setVisibility(mSignalClusterStyle != SIGNAL_CLUSTER_STYLE_NORMAL ? View.GONE : View.VISIBLE);
    }