mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Default poll interval 12 minutes
This commit is contained in:
@@ -626,6 +626,8 @@ public class FragmentAccount extends FragmentBase {
|
||||
protected void onExecuted(Bundle args, CheckResult result) {
|
||||
tvIdle.setVisibility(result.idle ? View.GONE : View.VISIBLE);
|
||||
tvUtf8.setVisibility(result.utf8 == null || result.utf8 ? View.GONE : View.VISIBLE);
|
||||
if (!result.idle)
|
||||
etInterval.setText(Integer.toString(EntityAccount.DEFAULT_POLL_INTERVAL));
|
||||
if (result.empty)
|
||||
cbPartialFetch.setChecked(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user