reset messages at app upgrade
This commit is contained in:
parent
9af293a4b5
commit
30399df77f
3 changed files with 13 additions and 8 deletions
|
|
@ -92,6 +92,7 @@ class ThreadActivity : SimpleActivity() {
|
|||
return
|
||||
}
|
||||
|
||||
clearAllMessagesIfNeeded()
|
||||
threadId = intent.getLongExtra(THREAD_ID, 0L)
|
||||
intent.getStringExtra(THREAD_TITLE)?.let {
|
||||
supportActionBar?.title = it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue