-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stickers in sticker picker aren't cached #2066
Comments
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. |
Thank you! |
Done in #2648 (Element Android 1.2.1) |
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
The text was updated successfully, but these errors were encountered: