mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 02:16:48 +01:00
d4eed2fbf8
Quoting @connyduck in https://github.com/tuskyapp/Tusky/pull/4150: """ The transformation ends up in Glide's memory cache and leaks whole Activities through the view -> context reference. This fixes the problem by removing the background detection logic (so the view reference is no longer needed) and setting the background directly instead. Looks exactly as before. """ Co-authored-by: Konrad Pozniak <opensource@connyduck.at>