Skip to content

badge count not reset upon logout#554

Merged
theospears merged 3 commits into
beeminder:masterfrom
krugerk:bugfix/badge-count-off-after-logout
Dec 19, 2024
Merged

badge count not reset upon logout#554
theospears merged 3 commits into
beeminder:masterfrom
krugerk:bugfix/badge-count-off-after-logout

Conversation

@krugerk
Copy link
Copy Markdown
Contributor

@krugerk krugerk commented Dec 16, 2024

Summary

Badge count is not being set when a user logs out.

Validation

Ran the app in the simulator. Signed in with account that had beemergencies. Noted the badge count. Signed out. Noticed the badge count.

Issue

Fixes #553

the same handler was being used for goals updated as for user signed out
and the signed out case was not obtaining any goals and skipping
the rest of the code and thus not setting a badge count

fixes beeminder#553
Comment thread BeeSwift/AppDelegate.swift
@theospears theospears self-assigned this Dec 16, 2024
@theospears theospears merged commit 04b929e into beeminder:master Dec 19, 2024
@krugerk krugerk deleted the bugfix/badge-count-off-after-logout branch January 3, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

badge not being set (reset) on log out

2 participants