mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
Properly hide dialpad on back press
This commit is contained in:
@ -93,7 +93,7 @@ class CallActivity : SimpleActivity() {
|
||||
|
||||
override fun onBackPressed() {
|
||||
if (dialpad_wrapper.isVisible()) {
|
||||
dialpad_wrapper.beGone()
|
||||
hideDialpad()
|
||||
return
|
||||
} else {
|
||||
super.onBackPressed()
|
||||
|
Reference in New Issue
Block a user