mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Update vector/src/main/java/im/vector/app/features/call/VectorCallActivity.kt
This commit is contained in:
parent
99a0d17dfc
commit
37738489ba
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class VectorCallActivity : VectorBaseActivity<ActivityCallBinding>(), CallContro
|
|||
MaterialAlertDialogBuilder(this)
|
||||
.setTitle(title)
|
||||
.setMessage(description)
|
||||
.setNegativeButton(R.string.ok) { _, _ -> }
|
||||
.setNegativeButton(R.string.ok, null)
|
||||
.setOnDismissListener {
|
||||
finish()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue