mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-05-24 08:37:57 -04:00
Don't automatically hang up calls on back press
Closes https://github.com/FossifyOrg/Phone/issues/237
This commit is contained in:
@@ -117,7 +117,7 @@ class CallActivity : SimpleActivity() {
|
||||
|
||||
val callState = CallManager.getState()
|
||||
if (callState == Call.STATE_CONNECTING || callState == Call.STATE_DIALING) {
|
||||
endCall()
|
||||
toast(R.string.call_is_being_connected)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
<string name="audio_route_wired_or_earpiece">Wired or Earpiece</string>
|
||||
<string name="choose_audio_route">Choose audio route</string>
|
||||
<string name="calling_blocked_number">The number you are calling is blocked</string>
|
||||
<string name="call_is_being_connected">Your call is being connected…</string>
|
||||
|
||||
<!-- Speed dial -->
|
||||
<string name="speed_dial">Speed dial</string>
|
||||
|
||||
Reference in New Issue
Block a user