Fix glitch

pull/479/head
Niels Andriesse 4 years ago
parent d76d04d0f5
commit 3db8231bde

@ -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()
}
}

Loading…
Cancel
Save