mawaqit / android-tv-app

Prayer times App for Android TV
https://mawaqit.net
Other
38 stars 17 forks source link

fix remove background cache #1086

Closed YassinNouh21 closed 6 months ago

YassinNouh21 commented 6 months ago

📝 Summary

This PR addresses the issue of optimizing the loading and caching mechanism for mosque backgrounds to ensure smoother transitions and reduce data usage by eliminating redundant network requests.

Description

This update simplifies the caching strategy for mosque background images. By leveraging the CachedNetworkImage widget's inherent caching capabilities, we remove the need for explicit cache key management. This change aims to cache mosque background images.

Tests

🧪 Use case 1

💬 Description: Tested the loading and display of mosque background images across different devices and network conditions. The focus was to verify that images are properly cached and reused without unnecessary network requests, ensuring that background images load.

Checklist: