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

Commit 50e05ead authored by jsh's avatar jsh
Browse files

Trigger data connection update if network type changes.

Data connection icon could be stale otherwise.
parent 0eebab8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1053,7 +1053,7 @@ final class CdmaServiceStateTracker extends ServiceStateTracker {
            cdmaDataConnectionDetachedRegistrants.notifyRegistrants();
        }

        if (hasCdmaDataConnectionChanged) {
        if (hasCdmaDataConnectionChanged || hasNetworkTypeChanged) {
            phone.notifyDataConnection(null);
        }