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