mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-04-20 23:37:15 -04:00
lets always end the call if CallActivity gets destroyed
This commit is contained in:
@@ -83,9 +83,7 @@ class CallActivity : SimpleActivity() {
|
||||
proximityWakeLock!!.release()
|
||||
}
|
||||
|
||||
if (CallManager.getState() == Call.STATE_DIALING) {
|
||||
endCall()
|
||||
}
|
||||
endCall()
|
||||
}
|
||||
|
||||
override fun onBackPressed() {
|
||||
|
||||
Reference in New Issue
Block a user