Don't animate account-switches (IOS-245)

This commit is contained in:
Nathan Mattes 2024-04-16 09:56:58 +02:00
parent cc4fc05997
commit d10dd37012
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ final class AccountListViewModel: NSObject {
snapshot.appendItems([.addAccount], toSection: .main)
snapshot.appendItems([.logoutOfAllAccounts], toSection: .main)
diffableDataSource.apply(snapshot)
diffableDataSource.apply(snapshot, animatingDifferences: false)
}
.store(in: &disposeBag)
}