Skip to content

Commit e59195d

Browse files
committed
Fix in-app notification is handled upon display.
1 parent 7b6c7c4 commit e59195d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Notifications/PushNotificationsManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ final class PushNotificationsManager: PushNotesManager {
2929
/// in the foreground.
3030
///
3131
var foregroundNotificationsToView: AnyPublisher<PushNotification, Never> {
32-
foregroundNotificationsSubject.eraseToAnyPublisher()
32+
foregroundNotificationsToViewSubject.eraseToAnyPublisher()
3333
}
3434

3535
/// Mutable reference to `foregroundNotificationsToView`.

0 commit comments

Comments
 (0)