mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Add some TextViews
This commit is contained in:
parent
9f101423e2
commit
15695dca69
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class CallDialPadBottomSheet : VectorBaseBottomSheetDialogFragment<BottomSheetCa
|
|||
} else {
|
||||
setCallbackToFragment(callback)
|
||||
}
|
||||
views.callDialPadClose.setOnClickListener {
|
||||
views.callDialPadClose.debouncedClicks {
|
||||
dismiss()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue