Prepares stats

This commit is contained in:
tom79 2019-07-23 16:31:46 +02:00
parent 544cbe8dcf
commit f735878932
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class RetrieveStatsAsyncTask extends AsyncTask<Void, Void, Void> {
statistics = new Statistics();
SQLiteDatabase db = Sqlite.getInstance(contextReference.get(), Sqlite.DB_NAME, null, Sqlite.DB_VERSION).open();
return null;
}