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
Remove all usages of deprecated applicationIconBadgeNumber
* applicationIconBadgeNumber is deprecated and reports of apps hanging have been submitted, let's move off it.
* In clearBadgeCount, we read if badge was > 0 before setting badge to 0. Since we can't read accurately, let's just always set to 0, which is what the old logic effectively did anyways.
0 commit comments