You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive several notifications, although I expect only one singular notification - to be more precise: lastNumberOfOccurences = lastNumberOfOccurences +1.
I thought one of the following resources solved my problem:
I receive several notifications, although I expect only one singular notification - to be more precise:
lastNumberOfOccurences = lastNumberOfOccurences +1
.I thought one of the following resources solved my problem:
But none of these solved the problem. I also tried to use the non-block-based solution via selectors, but this also failed.
Any ideas why so? How to handle that properly?
The text was updated successfully, but these errors were encountered: