You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The buttons in certain dialogs, notably those for purchasing or using shop items, can't be seen or clicked if the full content of the dialog can't all fit on screen, and there is no way to scroll down to get there either.
To Reproduce
Steps to reproduce the behavior:
Click the "buy" button for a shop item in landscape mode - you won't be able to use or see any of the buttons on the dialog
Expected behavior
The dialog should at least be able to scroll, which can be implemented really easily by using a ScrollView as the root view of the dialog and setting the existing dialog content as a child of that.
Screenshots
Environments and Version (please complete the following information):
Device: Motorola Moto z4
OS: Android 10 (QDF30.130-42-5-17)
Version: v1.90.9 (400)
The text was updated successfully, but these errors were encountered:
Describe the bug
The buttons in certain dialogs, notably those for purchasing or using shop items, can't be seen or clicked if the full content of the dialog can't all fit on screen, and there is no way to scroll down to get there either.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The dialog should at least be able to scroll, which can be implemented really easily by using a
ScrollView
as the root view of the dialog and setting the existing dialog content as a child of that.Screenshots
Environments and Version (please complete the following information):
The text was updated successfully, but these errors were encountered: