Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Undo toast does not disappear #52

Open
ghost opened this issue Jul 12, 2014 · 3 comments
Open

Undo toast does not disappear #52

ghost opened this issue Jul 12, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 12, 2014

This might be since I updated to v0.3.4.
Undo toast does not disappear.

Android 4.4.4, stock on Nexus 5.

@timroes
Copy link
Owner

timroes commented Jul 12, 2014

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?

@ghost
Copy link
Author

ghost commented Jul 12, 2014

It still does not disappear after touching the screen.

@rubinbasha
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants