Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Duplicate call to updateUnreadMessagesCount() in ContentView #54

Closed
boscojwho opened this issue Jul 23, 2023 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@boscojwho
Copy link
Contributor

boscojwho commented Jul 23, 2023

Describe the bug
We're calling into updateUnreadMessagesCount() twice, inside .success and at the end of loadUserData(). Not sure if this is intentional or a duplicate call. This is causing us to hit the unread count API twice on app launch.
(see lines 259/267)

Screenshots
Screenshot 2023-07-23 at 3 46 06 PM

@boscojwho boscojwho added the bug Something isn't working label Jul 23, 2023
@Athlon007
Copy link
Owner

Should be easy to fix, thanks for that!

Athlon007 added a commit that referenced this issue Jul 26, 2023
@Athlon007
Copy link
Owner

Addressed in #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants