mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Fix a bug I can see thanks to rework
This commit is contained in:
parent
7c0acc8ccf
commit
237545622f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class ViewEditHistoryViewModel @AssistedInject constructor(@Assisted
|
|||
}
|
||||
}
|
||||
|
||||
if (event.eventId == event.eventId) {
|
||||
if (event.eventId == eventId) {
|
||||
originalIsReply = event.isReply()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue