how to dismiss notification checking title instead of text?

solquest

Member
Hey there.
Is there a way for dismissing notifications checking notification title instead of text?
I mean I'd like to dismiss notifications from app X with empty title but to keep the ones with empty text and not empty title.

For what I see, the action dismiss notification checks notification text only...

Thanks.
Luigi.
 

Endercraft

Moderator (& bug finder :D)
Hey there.
Is there a way for dismissing notifications checking notification title instead of text?
I mean I'd like to dismiss notifications from app X with empty title but to keep the ones with empty text and not empty title.

For what I see, the action dismiss notification checks notification text only...

Thanks.
Luigi.
I think you can save the title to a variable using magic text then check that variable.
 

solquest

Member
I know that, but then if I have 2 notifications of the same app, one with empty title and empty text and one with not empty title and empty text, the action dismiss notification will dismiss both of them, cause it checks text, no?
 
Top