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
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
Have you touched the screen after the undo toast appeared? By default the library won't hide the toast until the user touched the screen to make sure the user has recognized the toast. You can call setRequireTouchBeforeDismiss(false) to disable that behavior. Does the toast still not disappear after that?
I was having the same problem as @sciencepro with the undo toast, but after : myEnhancedListView.setRequireTouchBeforeDismiss(false) it is all OK. There is no need for the user to touch the screen so after 5 seconds the toast goes away. :) .
P.S.: In my case the AnimationEnd prior to the Toast being shown is a bit glitchy but not a big deal.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This might be since I updated to v0.3.4.
Undo toast does not disappear.
Android 4.4.4, stock on Nexus 5.
The text was updated successfully, but these errors were encountered: