Reload after import

This commit is contained in:
M66B 2018-11-14 20:14:40 +01:00
parent 7c6a283af4
commit 4a85c776a3
1 changed files with 1 additions and 0 deletions

View File

@ -747,6 +747,7 @@ public class FragmentSetup extends FragmentEx {
}
Log.i(Helper.TAG, "Imported data");
ServiceSynchronize.reload(context, "import");
} finally {
if (in != null)
in.close();