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

Commit a646c56b authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 21186

* changes:
  Trigger data connection update if network type changes.
parents 98f40163 50e05ead
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);
        }