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

Commit a1c20654 authored by Preeti Ahuja's avatar Preeti Ahuja
Browse files

Update the icons on status bar when setNoSims callback is called

Whenever there is a change in the no sim icon indicator(that is,
setNoSims callback is called), make a call to the api that updates
the icons on the status bar.

Change-Id: Ie7451ac06cb3a36b2172c25d223497b223990956
CRs-Fixed: 881600
parent 09ecabc3
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