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
Since Android 11 the Toast gravity setter has no effect and the Toasts are positioned at the bottom of the screen.
In some cases this may result in actionable buttons being inaccessible for the short time when the Toast is visible.
Before Android 11
After Android 11
Internal ref p5T066-33e-p2#comment-11570
Tested on Pixel 5, Android 12, WPAndroid 19.4
The text was updated successfully, but these errors were encountered:
I did a short research and I don't think there is a clear way to resolve this. This article sums up the options to move forward with an Android Toast.
An alternative would be to use a SnackBar and it will also achieve a more consistent UI across the app using the SnackbarSequencer
Expected behavior
Toasts across the app are centered unless this is defined explicitly.
Actual behavior
Since Android 11 the Toast gravity setter has no effect and the Toasts are positioned at the bottom of the screen.
In some cases this may result in actionable buttons being inaccessible for the short time when the Toast is visible.
Internal ref
p5T066-33e-p2#comment-11570
Tested on Pixel 5, Android 12, WPAndroid 19.4
The text was updated successfully, but these errors were encountered: