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

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

Merge change 20157

* changes:
  Fix the issue of datacall not being reinitiated after exiting Emergency Callback Mode.
parents d657b72a 33777d20
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -945,6 +945,8 @@ public class CDMAPhone extends PhoneBase {
            }
            // send an Intent
            sendEmergencyCallbackModeChange();
            // Re-initiate data connection
            mDataConnection.setDataEnabled(true);
        }
    }