Reload stats after import

This commit is contained in:
M66B 2016-02-01 07:32:53 +01:00
parent d9f3b0e5cd
commit 585c6383c8
1 changed files with 1 additions and 0 deletions

View File

@ -770,6 +770,7 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
protected void onPostExecute(Throwable ex) {
if (ex == null) {
Toast.makeText(ActivitySettings.this, R.string.msg_completed, Toast.LENGTH_LONG).show();
SinkholeService.reloadStats("import", ActivitySettings.this);
recreate();
} else
Toast.makeText(ActivitySettings.this, ex.toString(), Toast.LENGTH_LONG).show();