mirror of
				https://github.com/SimpleMobileTools/Simple-Contacts.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	end the call if the user closes the call screen while dialing
This commit is contained in:
		| @@ -70,6 +70,17 @@ class CallActivity : SimpleActivity() { | ||||
|         if (proximityWakeLock?.isHeld == true) { | ||||
|             proximityWakeLock!!.release() | ||||
|         } | ||||
|  | ||||
|         if (CallManager.getState() == Call.STATE_DIALING) { | ||||
|             endCall() | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     override fun onBackPressed() { | ||||
|         super.onBackPressed() | ||||
|         if (CallManager.getState() == Call.STATE_DIALING) { | ||||
|             endCall() | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     private fun initButtons() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user