jaredrummler / Cyanea

A theme engine for Android
Apache License 2.0
1.45k stars 144 forks source link

If you keep tapping a theme in theme picker fragment repeatedly, new activity will keep getting created. #57

Closed ln206 closed 5 years ago

ln206 commented 5 years ago

Add a delay to gridview's item click listener to fix a bug where if you keep tapping a theme repeatedly in theme picker fragment, new activity will keep getting created.

jaredrummler commented 5 years ago

This should be fixed but I think there is a better way than putting a 2-second delay. I'll most likely add a callback when the activity is recreated. Will you please create an issue for this? Thank you!