Skip to content

Commit

Permalink
Allow reopening of db by UI
Browse files Browse the repository at this point in the history
Fixes #2371
  • Loading branch information
pyricau committed Apr 22, 2022
1 parent 871a71a commit ad62678
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -45,6 +45,7 @@ internal object Db {
// Closing on the serial IO thread to ensure we don't close while using the db.
Io.execute {
dbHelper?.close()
dbHelper = null
}
}
}
Expand Down

0 comments on commit ad62678

Please sign in to comment.