1
0
Fork 0
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:
M66B 2018-11-14 20:14:40 +01:00
parent 7c6a283af4
commit 4a85c776a3

View file

@ -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();