dodgingpixels / Optic

Public issue tracking for Optic - Photo Gallery [Android App]
15 stars 1 forks source link

Add refresh button or implement pictures refresh in onResume #28

Closed jahirfiquitiva closed 6 years ago

jahirfiquitiva commented 6 years ago

That way one can always see an updated gallery.

For example, I took a screenshot, and didn't see it until I reopened the app

staber commented 6 years ago

I originally intended for manual refresh only but too many people wanted auto-refresh. I compromised and perform a refresh during onStart. I think a refresh during onResume would be very excessive, especially for people with large libraries.
You can always perform a pull-to-refresh whenever you like.

jahirfiquitiva commented 6 years ago

@staber

Yeah, you're right, it might be a bit excessive ... Well, I didn't realize I could pull-to-refresh. Sorry and thanks :)