Clear favicon cache

This commit is contained in:
M66B
2024-06-20 19:06:35 +02:00
parent 349496fc26
commit dc6d3033d5

View File

@@ -888,6 +888,11 @@ public class ApplicationEx extends Application
editor.remove("viewport_height");
}
if (version < 2208) {
if (!BuildConfig.DEBUG)
ContactInfo.clearCache(context); // SVG scale
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");