Clear favicon cache

master
M66B 2 weeks ago
parent 349496fc26
commit dc6d3033d5

@ -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");

Loading…
Cancel
Save