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)
Wed, Apr 16, 2:32 PM
Unknown Object (File)
Wed, Apr 16, 8:48 AM
Unknown Object (File)
Wed, Apr 16, 12:59 AM
Unknown Object (File)
Tue, Apr 15, 10:42 PM
Unknown Object (File)
Tue, Apr 15, 7:41 PM
Unknown Object (File)
Tue, Apr 15, 6:00 AM
Unknown Object (File)
Sat, Apr 12, 5:39 PM
Unknown Object (File)
Wed, Apr 9, 6:46 AM
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.