|
@@ -1436,8 +1436,6 @@ class ChatController(args: Bundle) :
|
|
if (mentionAutocomplete != null && mentionAutocomplete!!.isPopupShowing) {
|
|
if (mentionAutocomplete != null && mentionAutocomplete!!.isPopupShowing) {
|
|
mentionAutocomplete?.dismissPopup()
|
|
mentionAutocomplete?.dismissPopup()
|
|
}
|
|
}
|
|
-
|
|
|
|
- currentlyPlayedVoiceMessage?.let { stopMediaPlayer(it) }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
override val title: String
|
|
override val title: String
|
|
@@ -1459,6 +1457,8 @@ class ChatController(args: Bundle) :
|
|
actionBar?.setIcon(null)
|
|
actionBar?.setIcon(null)
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ currentlyPlayedVoiceMessage?.let { stopMediaPlayer(it) }
|
|
|
|
+
|
|
adapter = null
|
|
adapter = null
|
|
inConversation = false
|
|
inConversation = false
|
|
}
|
|
}
|