mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Debug: clear contacts cache
This commit is contained in:
@@ -683,6 +683,14 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
drawerLayout.closeDrawer(drawerContainer);
|
||||
onMenuSetup();
|
||||
}
|
||||
}, new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
if (BuildConfig.DEBUG) {
|
||||
ContactInfo.clearCache(ActivityView.this, true);
|
||||
ToastEx.makeText(ActivityView.this, R.string.title_completed, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
}
|
||||
}));
|
||||
|
||||
adapterNavMenu.set(menus, nav_expanded);
|
||||
|
||||
Reference in New Issue
Block a user