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

Commit a89e90ab authored by SongFerng Wang's avatar SongFerng Wang
Browse files

Sim status dialog updates network type when service state changed

Since the network type is updated frequently, add updating it into onServiceStateChanged

Bug: 407094858
Test: manually test
Flag: EXEMPT bugfix
Change-Id: I9871e048b43123b2e6d01e575ab5b770a351873f
parent b9f85a5e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -595,9 +595,11 @@ public class SimStatusDialogController implements DefaultLifecycleObserver {

        @Override
        public void onServiceStateChanged(ServiceState serviceState) {
            // TODO(b/407459434): a mechaism to prevent UX redundant updating
            updateNetworkProvider();
            updateServiceState(serviceState);
            updateRoamingStatus(serviceState);
            updateNetworkType();
        }

        @Override