do not show an error message at loading contact image at the Conversation

This commit is contained in:
tibbi 2020-05-20 16:11:36 +02:00
parent 3569bce668
commit 94086547a5
2 changed files with 1 additions and 3 deletions

View file

@ -128,9 +128,9 @@ class MainActivity : SimpleActivity() {
handlePermission(PERMISSION_SEND_SMS) {
if (it) {
handlePermission(PERMISSION_READ_CONTACTS) {
initMessenger()
bus = EventBus.getDefault()
bus!!.register(this)
initMessenger()
}
} else {
finish()
@ -177,7 +177,6 @@ class MainActivity : SimpleActivity() {
}
}
no_conversations_placeholder_2.setOnClickListener {
launchNewConversation()
}