set wasDbCleared to true
This commit is contained in:
parent
de5545a06f
commit
c786d667c4
|
@ -87,7 +87,7 @@ class MainActivity : SimpleActivity() {
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
messagesDB.deleteAll()
|
messagesDB.deleteAll()
|
||||||
}
|
}
|
||||||
config.wasDbCleared
|
config.wasDbCleared = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue