mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Reload after import
This commit is contained in:
parent
7c6a283af4
commit
4a85c776a3
1 changed files with 1 additions and 0 deletions
|
@ -747,6 +747,7 @@ public class FragmentSetup extends FragmentEx {
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.i(Helper.TAG, "Imported data");
|
Log.i(Helper.TAG, "Imported data");
|
||||||
|
ServiceSynchronize.reload(context, "import");
|
||||||
} finally {
|
} finally {
|
||||||
if (in != null)
|
if (in != null)
|
||||||
in.close();
|
in.close();
|
||||||
|
|
Loading…
Reference in a new issue