We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98448e commit 8edcf5eCopy full SHA for 8edcf5e
WordPress/Classes/ViewRelated/Blog/Blog Dashboard/BlogDashboardViewController.swift
@@ -190,12 +190,8 @@ final class BlogDashboardViewController: UIViewController {
190
viewModel.loadCards()
191
}
192
193
- /// Load card from cache if view is appearing
+ /// Load card from cache
194
@objc private func loadCardsFromCache() {
195
- guard view.superview != nil else {
196
- return
197
- }
198
-
199
viewModel.loadCardsFromCache()
200
201
0 commit comments