Properly handle attachment picker visibility
This commit is contained in:
parent
e87c8eeff7
commit
b4c5648ddc
4 changed files with 40 additions and 15 deletions
|
|
@ -1065,3 +1065,5 @@ fun Context.clearExpiredScheduledMessages(threadId: Long, messagesToDelete: List
|
|||
return
|
||||
}
|
||||
}
|
||||
|
||||
fun Context.getDefaultKeyboardHeight() = resources.getDimensionPixelSize(R.dimen.default_keyboard_height)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue