lets always end the call if CallActivity gets destroyed

This commit is contained in:
tibbi 2020-08-07 22:42:38 +02:00
parent e6cfa51519
commit 3febe2e5a8

View File

@ -83,9 +83,7 @@ class CallActivity : SimpleActivity() {
proximityWakeLock!!.release()
}
if (CallManager.getState() == Call.STATE_DIALING) {
endCall()
}
endCall()
}
override fun onBackPressed() {