mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Change timeline animations to use .top (flipped). (#1751)
This commit is contained in:
parent
dd0a36904c
commit
fe656450ef
@ -178,8 +178,10 @@ class TimelineTableViewController: UIViewController {
|
||||
cell.contentView.transform = CGAffineTransform(scaleX: 1, y: -1)
|
||||
return cell
|
||||
}
|
||||
|
||||
dataSource?.defaultRowAnimation = .fade
|
||||
|
||||
// We only animate when there's a new last message, so its safe
|
||||
// to animate from the bottom (which is the top as we're flipped).
|
||||
dataSource?.defaultRowAnimation = .top
|
||||
tableView.delegate = self
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user