Merge "Handle the SQLiteDatabase already-closed problem"

This commit is contained in:
TreeHugger Robot
2019-03-18 18:13:27 +00:00
committed by Android (Google) Code Review

View File

@@ -84,7 +84,6 @@ class SlicesIndexer implements Runnable {
} finally {
database.endTransaction();
}
database.close();
}
@VisibleForTesting