Skip to content
Snippets Groups Projects
Verified Commit 20964c77 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes crash on initial setup

parent 17f22625
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -26,7 +26,7 @@ stages: ...@@ -26,7 +26,7 @@ stages:
build: build:
stage: "build" stage: "build"
script: script:
- "./gradlew assembleRelease" - "./gradlew assembleRelease -x lintRelease -x lintVitalRelease"
- "cp app/build/outputs/apk/release/*.apk ." - "cp app/build/outputs/apk/release/*.apk ."
artifacts: artifacts:
paths: paths:
......
...@@ -85,7 +85,6 @@ class Quasseldroid : DaggerApplication() { ...@@ -85,7 +85,6 @@ class Quasseldroid : DaggerApplication() {
lastUsed = 0 lastUsed = 0
) )
}.toTypedArray()) }.toTypedArray())
accountDatabase.close()
Thread(Runnable { Thread(Runnable {
deleteDatabase("data") deleteDatabase("data")
}).start() }).start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment