mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Reload on changing sync folders
This commit is contained in:
parent
3a34a30cbc
commit
75a26bf68d
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
|
|||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("sync_folders", checked).apply();
|
||||
ServiceSynchronize.reload(getContext(), false, "sync_folders=" + checked);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue