mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-19 18:55:05 +01:00
fix to show message as edited after editing on own device
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
4e4cb26862
commit
6708aeebad
@ -920,6 +920,7 @@ class ChatActivity :
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
message.message = messageEdited.ocs?.data?.parentMessage?.text
|
message.message = messageEdited.ocs?.data?.parentMessage?.text
|
||||||
|
message.lastEditTimestamp = System.currentTimeMillis()
|
||||||
adapter?.update(message)
|
adapter?.update(message)
|
||||||
adapter?.notifyDataSetChanged()
|
adapter?.notifyDataSetChanged()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user