mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Work around SwiftUI on bugs on iPadOS so that we can add accounts on the iPad
This commit is contained in:
@@ -495,7 +495,6 @@ private extension MasterTimelineViewController {
|
||||
var snapshot = NSDiffableDataSourceSnapshot<Int, Article>()
|
||||
snapshot.appendSections([0])
|
||||
snapshot.appendItems(coordinator.articles, toSection: 0)
|
||||
print("********* article count: \(coordinator.articles.count)")
|
||||
|
||||
dataSource.apply(snapshot, animatingDifferences: animate) { [weak self] in
|
||||
self?.restoreSelectionIfNecessary()
|
||||
|
||||
Reference in New Issue
Block a user