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
hi, the judgement of badgeValue in setBadgeVaule method is wrong!.
I sepearate it in two judgements:
// When changing the badge value check if we need to remove the badge
if (!badgeValue || [badgeValue isEqualToString:@""]) {
hi, the judgement of badgeValue in setBadgeVaule method is wrong!.
I sepearate it in two judgements:
// When changing the badge value check if we need to remove the badge
if (!badgeValue || [badgeValue isEqualToString:@""]) {
or if (badgeValue || [badgeValue isEqualToString:@""] || [badgeValue isEqualToString:@"0"] &&self.shouldHideBadgeAtZero )
The text was updated successfully, but these errors were encountered: