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

Commit 33777d20 authored by Libin Tang's avatar Libin Tang Committed by Wink Saville
Browse files

Fix the issue of datacall not being reinitiated after exiting

Emergency Callback Mode.
parent 9d1a3149
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);
        }
    }