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 137edcc commit aeb02b5Copy full SHA for aeb02b5
WooCommerce/Classes/ViewRelated/MainTabBarController.swift
@@ -337,10 +337,8 @@ extension MainTabBarController {
337
}
338
let siteID = Int64(note.meta.identifier(forKey: .site) ?? Int.min)
339
340
- switchToStore(with: siteID, onCompletion: { siteChanged in
341
- if siteChanged {
342
- presentNotificationDetails(for: note)
343
- }
+ switchToStore(with: siteID, onCompletion: { _ in
+ presentNotificationDetails(for: note)
344
})
345
346
ServiceLocator.stores.dispatch(action)
0 commit comments