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
I'm encountering difficulties with SystemAlertWindow.showSystemWindow, as it consistently sets a fixed height for the bubble, occupying around one-third of the screen. I aim to expand the bubble to cover the entire screen, but attempts using Constants.MATCH_PARENT and Constants.WRAP_CONTENT have been ineffective, resulting in overflow issues. Any guidance on adjusting the bubble height would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I'm encountering difficulties with SystemAlertWindow.showSystemWindow, as it consistently sets a fixed height for the bubble, occupying around one-third of the screen. I aim to expand the bubble to cover the entire screen, but attempts using Constants.MATCH_PARENT and Constants.WRAP_CONTENT have been ineffective, resulting in overflow issues. Any guidance on adjusting the bubble height would be greatly appreciated.
The text was updated successfully, but these errors were encountered: