Add empty line

This commit is contained in:
Naveen Singh
2024-03-23 20:09:43 +05:30
committed by GitHub
parent 5708a4037c
commit 82cc2bc61f

View File

@@ -347,6 +347,7 @@ class DialpadActivity : SimpleActivity() {
startCallIntent(number)
}
}
Handler().postDelayed({
binding.dialpadInput.setText("")
}, 1000)