mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-03 18:15:40 +01:00
because setData was called too late (after sendTempChatMessages was called from messageInputFragment, internalConversationId was not initialized in repository). With this change, internalConversationId, credentials and urlForChatting are initialized earlier which should avoid the issue. However conversationModel is still initialized quite late and should be accessed with caution. This could may be improved by better architecture.. Signed-off-by: Marcel Hibbe <dev@mhibbe.de> |
||
---|---|---|
.. | ||
data | ||
viewmodels | ||
ChatActivity.kt | ||
MessageInputFragment.kt | ||
MessageInputVoiceRecordingFragment.kt | ||
TypingParticipant.kt |