-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undo msg timeout #41
Comments
I looked into it and unfortunately it isn't possible to simply increase the timeout (Android snackbar durations 😒). The only longer option is to show it until closed manually, which would cause another issue: the recording is actually only deleted when the snackbar is closed, so it's more of a scheduled delete than an undo. I think an "Are you sure?" popup is a better alternative, but that'll be annoying when you need to delete many recordings, so perhaps a "Don't ask again" option should be added or selecting multiple recordings and deleting should be possible. |
@JoCodesThings
|
Actually, I just checked and it works exactly as expected with a custom duration. Tested with the obviously noticeable values of 1000 millis and 100,000 millis. |
@amicloud Could have sworn that wasn't possible, but that's good news! |
I accidentally deleted my first recording when i tried to sweep right to any other screen. I got an Undo message popup, but it disappeared very quickly, just as I had had time enough to register what had happened. I would recommend increasing the timeout to at least 5 seconds.
The text was updated successfully, but these errors were encountered: