mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 03:16:02 +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 {
|
} else {
|
||||||
setCallbackToFragment(callback)
|
setCallbackToFragment(callback)
|
||||||
}
|
}
|
||||||
views.callDialPadClose.setOnClickListener {
|
views.callDialPadClose.debouncedClicks {
|
||||||
dismiss()
|
dismiss()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue