Actions
Feature #626
openSnackbars are too high on the screen if Android is using the gesture interface
Start date:
09/18/2020
Due date:
% Done:
0%
Estimated time:
Description
I expected this to be fixed in Android 11, but it isn't. Perhaps there is something that can be done at the app lever.
Updated by Soren Stoutner over 3 years ago
- Priority changed from 3.x to Next Release
Updated by Soren Stoutner over 2 years ago
- Status changed from New to In Progress
This is caused because the Snackbar is applied inside the coordinator layout. Moving it to something like the drawer layout fixes the issue, but that causes it to cover the bottom app bar.
Updated by Soren Stoutner over 1 year ago
Reported upstream at https://issuetracker.google.com/issues/283015427.
Updated by Soren Stoutner about 1 year ago
- Priority changed from Next Release to 3.x
The upstream bug was recently assigned to a Google programmer. I am going to wait a little bit and see if they move on it.
Actions