set wasDbCleared to true
This commit is contained in:
parent
de5545a06f
commit
c786d667c4
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class MainActivity : SimpleActivity() {
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
messagesDB.deleteAll()
|
messagesDB.deleteAll()
|
||||||
}
|
}
|
||||||
config.wasDbCleared
|
config.wasDbCleared = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue