Commit 50b2b88
committed
Remove CredentialsChangedNotifier event bus, superseded by the detector
#22926's first-login hardening signalled credential establishment through a
process-global CredentialsChangedNotifier that the banner collected against a
re-read of getSelectedSite() — the staleness race called out in #22942.
EditorCapabilityDetector.refresh(storedSite), called from the mint path on the
exact mutated SiteModel, replaces that coordination, so drop the notifier and
its wiring in ApplicationPasswordLoginHelper.1 parent 6956b64 commit 50b2b88
3 files changed
Lines changed: 1 addition & 42 deletions
File tree
- WordPress/src
- main/java/org/wordpress/android/ui/accounts/login
- test/java/org/wordpress/android/ui/accounts/login
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
152 | | - | |
153 | 151 | | |
154 | 152 | | |
155 | 153 | | |
| |||
Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
| |||
95 | 92 | | |
96 | 93 | | |
97 | 94 | | |
98 | | - | |
99 | | - | |
| 95 | + | |
100 | 96 | | |
101 | 97 | | |
102 | 98 | | |
| |||
210 | 206 | | |
211 | 207 | | |
212 | 208 | | |
213 | | - | |
214 | 209 | | |
215 | 210 | | |
216 | 211 | | |
| |||
0 commit comments