Page MenuHomePhabricator

Reset badgeCount during log out
ClosedPublic

Authored by marcin on Nov 10 2023, 9:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 9, 12:50 AM
Unknown Object (File)
Sat, Mar 1, 5:28 AM
Unknown Object (File)
Sat, Mar 1, 5:28 AM
Unknown Object (File)
Sat, Mar 1, 5:28 AM
Unknown Object (File)
Sat, Mar 1, 5:28 AM
Unknown Object (File)
Sat, Mar 1, 5:15 AM
Unknown Object (File)
Sat, Mar 1, 4:19 AM
Unknown Object (File)
Jan 24 2025, 11:54 PM
Subscribers

Details

Summary

This differential fixes badge count behaviour during log-out. The context is here:
https://linear.app/comm/issue/ENG-5169/badge-count-is-not-reset-when-logging-out.

Test Plan

Before this diff:

  1. Update badge count of app (mark some threads as unread on web)
  2. Log out
  3. Ensure badge count remains unchanged.

After this diff:

  1. Update badge count of app (mark some threads as unread on web)
  2. Log out
  3. Ensure badge count is cleared.

Diff Detail

Repository
rCOMM Comm
Branch
marcin/eng-5169
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Nov 10 2023, 9:31 AM
Harbormaster failed remote builds in B24000: Diff 33074!

Fix invalid Android method name

This revision is now accepted and ready to land.Nov 13 2023, 9:26 AM
This revision was automatically updated to reflect the committed changes.