Reload after import

pull/146/head
M66B 7 years ago
parent 7c6a283af4
commit 4a85c776a3

@ -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…
Cancel
Save