UI improvements

This commit is contained in:
Ali
2023-03-02 19:05:19 +04:00
parent 98c0b7234c
commit 274aa510b1
5 changed files with 52 additions and 11 deletions

View File

@@ -433,7 +433,7 @@ public final class EngineMessageReactionListContext {
self.reaction = reaction
let initialState = EngineMessageReactionListContext.State(message: message, readStats: readStats, reaction: reaction)
self.state = InternalState(hasOutgoingReaction: initialState.hasOutgoingReaction, totalCount: initialState.totalCount, items: initialState.items, canLoadMore: true, nextOffset: nil)
self.state = InternalState(hasOutgoingReaction: initialState.hasOutgoingReaction, totalCount: initialState.totalCount, items: initialState.items, canLoadMore: initialState.canLoadMore, nextOffset: nil)
if initialState.canLoadMore {
self.loadMore()