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.
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!
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.