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

Commit 755d0980 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Update the icons on status bar when setNoSims callback is called"

parents d4a7e7d4 a1c20654
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -250,6 +250,7 @@ public class SignalClusterView
    @Override
    public void setNoSims(boolean show) {
        mNoSimsVisible = show && !mBlockMobile;
        apply();
    }

    @Override