Describe the bug
The stickers (well, I guess images) displayed in the sticker picker aren't cached. Which leads to element android not shwoing any stickers on bad/missing internet connection. And I guess it's redownloading about 10MB of sticker data whenever I want to sent a sticker.
This is using https://github.com/maunium/stickerpicker as a stickerpicker
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected that the stickerpicker widget itself and the sticker preview data is cached
Smartphone (please complete the following information):
Additional context
Mmmh, maybe there is some caching. Stickers load faster sometimes. But they definitely don't load at all when you are offline.
I can confirm there is zero caching. I found the code that disables all caching for widgets and removed it for my personal builds to make stickers viable. Hopefully I'll have a PR to fix that along with a few more sticker issues soon.
I can confirm there is zero caching. I found the code that disables all caching for widgets and removed it for my personal builds to make stickers viable. Hopefully I'll have a PR to fix that along with a few more sticker issues soon.
Thank you!
Most helpful comment
I can confirm there is zero caching. I found the code that disables all caching for widgets and removed it for my personal builds to make stickers viable. Hopefully I'll have a PR to fix that along with a few more sticker issues soon.