Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 99787d9

Browse files
committed
Leave the database open after onCreate
1 parent 3165ce3 commit 99787d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/zulip/android/database/DatabaseHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public void resetDatabase(SQLiteDatabase db) {
8989
}
9090

9191
onCreate(db);
92-
db.close();
9392
}
9493

9594
/**

0 commit comments

Comments
 (0)