mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Added reset
This commit is contained in:
@@ -253,7 +253,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
onShowLog();
|
||||
break;
|
||||
case R.string.menu_setup:
|
||||
onReload();
|
||||
onReset();
|
||||
break;
|
||||
case R.string.menu_faq:
|
||||
onDebugInfo();
|
||||
@@ -1068,8 +1068,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
Helper.view(this, this, getIntentOtherApps());
|
||||
}
|
||||
|
||||
private void onReload() {
|
||||
ServiceSynchronize.reload(this, "manual reload");
|
||||
private void onReset() {
|
||||
ServiceSynchronize.reset(this);
|
||||
}
|
||||
|
||||
private void onDebugInfo() {
|
||||
|
||||
Reference in New Issue
Block a user