gkisalatiga / gkisalatiga-foss

GKI Salatiga's free and open source Android church application based on Jetpack Compose
https://gkisalatiga.org
GNU Affero General Public License v3.0
2 stars 3 forks source link

Carousel not displaying the latest data after app close #53

Closed groaking closed 4 weeks ago

groaking commented 2 months ago

It seems that, after a while, the displayed carousel banners always falls back to the fallback carousel data.

To-Do

groaking commented 2 months ago

This could be related to #54. Fixing #53 fixes #54, and vice versa.

The problem might be that the fallback carousel data overwrites the downloaded carousel JSON file every time the app launches.

groaking commented 4 weeks ago

Fixed in b25d346