Properly handle attachment picker visibility

This commit is contained in:
Naveen 2022-11-08 02:13:24 +05:30
parent e87c8eeff7
commit b4c5648ddc
4 changed files with 40 additions and 15 deletions

View file

@ -1065,3 +1065,5 @@ fun Context.clearExpiredScheduledMessages(threadId: Long, messagesToDelete: List
return
}
}
fun Context.getDefaultKeyboardHeight() = resources.getDimensionPixelSize(R.dimen.default_keyboard_height)