mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix a bug I can see thanks to rework
This commit is contained in:
parent
7c0acc8ccf
commit
237545622f
@ -99,7 +99,7 @@ class ViewEditHistoryViewModel @AssistedInject constructor(@Assisted
|
||||
}
|
||||
}
|
||||
|
||||
if (event.eventId == event.eventId) {
|
||||
if (event.eventId == eventId) {
|
||||
originalIsReply = event.isReply()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user