Skip to content

Commit

Permalink
Fix filtering on remote message NTP
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Dec 17, 2024
1 parent 5aca880 commit ba6eadf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extension ActiveRemoteMessageModel: NewTabPageActiveRemoteMessageProviding {
var remoteMessagePublisher: AnyPublisher<RemoteMessageModel?, Never> {
$remoteMessage
.dropFirst()
.filter { $0?.isForTabBar == true }
.filter { $0?.isForTabBar == false }
.eraseToAnyPublisher()
}

Expand Down

0 comments on commit ba6eadf

Please sign in to comment.