Fix glitch

This commit is contained in:
Niels Andriesse 2021-08-05 09:51:12 +10:00
parent d76d04d0f5
commit 3db8231bde
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ final class ConversationVC : BaseVC, ConversationViewModelDelegate, OWSConversat
}
case .update:
print("[Test] UPDATE")
self.messagesTableView.reloadRows(at: [ IndexPath(row: Int(update.oldIndex), section: 0) ], with: .fade)
self.messagesTableView.reloadRows(at: [ IndexPath(row: Int(update.oldIndex), section: 0) ], with: .none)
default: preconditionFailure()
}
}