File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/com/nextcloud/talk/chat Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ class MessageInputFragment : Fragment() {
248248 if (isOnline) {
249249 chatActivity.messageInputViewModel.switchToMessageQueue(false )
250250 chatActivity.messageInputViewModel.sendAndEmptyMessageQueue(
251- chatActivity.currentConversation !! .internalId ,
251+ conversationInternalId ,
252252 chatActivity.conversationUser!! .getCredentials(),
253253 ApiUtils .getUrlForChat(
254254 chatActivity.chatApiVersion,
@@ -796,7 +796,7 @@ class MessageInputFragment : Fragment() {
796796
797797 private fun sendMessage (message : CharSequence , replyTo : Int? , sendWithoutNotification : Boolean ) {
798798 chatActivity.messageInputViewModel.sendChatMessage(
799- chatActivity.currentConversation !! .internalId ,
799+ conversationInternalId ,
800800 chatActivity.conversationUser!! .getCredentials(),
801801 ApiUtils .getUrlForChat(
802802 chatActivity.chatApiVersion,
You can’t perform that action at this time.
0 commit comments