fix(mobile): match markContextRead signature in activity test fake (#3158)

Main's Mobile Analyze job fails with `invalid_override` on
`_FakeReadStateNotifier.markContextRead`.

The fake was added in #2889 against the then-current
`ReadStateNotifier.markContextRead(String, int)`. The forced-unread work
added an optional named `clearForcedMessages` param to the real method.
Both PRs were green independently; the semantic conflict only surfaced
once both were on main.

The fake tracks read state only, so it accepts the flag and ignores it.

Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
This commit is contained in:
Will Pfleger
2026-07-27 13:56:58 -04:00
committed by GitHub
parent 8995316844
commit 3faea98891

Diff Content Not Available