Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eaf00ae4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Handle the SQLiteDatabase already-closed problem"

parents 15bd7f24 c7e09400
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -84,7 +84,6 @@ class SlicesIndexer implements Runnable {
        } finally {
        } finally {
            database.endTransaction();
            database.endTransaction();
        }
        }
        database.close();
    }
    }


    @VisibleForTesting
    @VisibleForTesting