SimpleMobileTools / Simple-Gallery

A premium app for managing and editing your photos, videos, GIFs without ads
https://www.simplemobiletools.com
GNU General Public License v3.0
3.52k stars 758 forks source link

#3020: Fix slideshow #3043

Closed gmasil closed 5 months ago

gmasil commented 7 months ago

Currently the slideshow is not working, see https://github.com/SimpleMobileTools/Simple-Gallery/issues/3020.

When the slideshow is starting the ViewPagerActivity is activated and will call initContinue() where checkSystemUI() is called. This will stop the slideshow immediately if the activity is not in fullscreen mode.

I removed the call to stopSlideshow().