mirror of
https://github.com/FossifyOrg/Messages.git
synced 2026-06-19 13:59:06 -04:00
catch exceptions thrown at updating conversations
This commit is contained in:
@@ -236,7 +236,10 @@ class MainActivity : SimpleActivity() {
|
||||
conversations_list.adapter = this
|
||||
}
|
||||
} else {
|
||||
(currAdapter as ConversationsAdapter).updateConversations(conversations)
|
||||
try {
|
||||
(currAdapter as ConversationsAdapter).updateConversations(conversations)
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user