talk-android/app/src/main/java/com/nextcloud/talk/ui/dialog
Marcel Hibbe 2495c25f22
add workaround to avoid emoji picker to take the full screen height
The toggleEmojiPopup method is a hacky workaround to avoid bug #1914
As the bug happens only for the very first time when the popup is opened,
it is closed after some milliseconds and opened again.

200 milliseconds seems to be a good value to initialize the popup correctly with the desired size

downside: there is even some flickering when opening the "more emojis" window

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-04-22 19:09:37 +02:00
..
AttachmentDialog.kt
AudioOutputDialog.kt format code + fix klint/findbugs warnings 2022-02-07 14:27:38 +01:00
ChooseAccountDialogFragment.java catch NPE when UI is already teared down 2022-04-19 17:09:16 +02:00
ContactsBottomDialog.kt fix to don't partly hide input dialogs behind keyboard 2022-02-16 11:34:11 +01:00
ConversationsListBottomDialog.kt improve lint/detekt 2022-04-08 09:21:11 +02:00
MessageActionsDialog.kt add workaround to avoid emoji picker to take the full screen height 2022-04-22 19:09:37 +02:00
ScopeDialog.kt
SetStatusDialogFragment.kt Use correct API endpoint for predefined status 2022-03-17 21:39:11 +01:00
ShowReactionsDialog.kt don't dismiss dialog when clicked on reaction of someone else 2022-04-22 11:28:07 +02:00
SortingOrderDialogFragment.java