mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Clear contact info on low memory
This commit is contained in:
@@ -152,6 +152,9 @@ public class ApplicationEx extends Application {
|
||||
Map<String, String> crumb = new HashMap<>();
|
||||
crumb.put("free", Integer.toString(Log.getFreeMemMb()));
|
||||
Log.breadcrumb("low", crumb);
|
||||
|
||||
ContactInfo.clearCache(this, false);
|
||||
|
||||
super.onLowMemory();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user