fix(app, android): clear stale custom auth domains - #9271
Conversation
4d37649 to
62ed09a
Compare
|
I re-reviewed this PR against the current
The final implementation is intentionally small: 31 insertions and 3 deletions across the two production files and one existing JVM test file. I did not find further simplifications that would preserve the lifecycle behavior and thread safety. Validation completed on the frozen production diff:
The branch is now a single commit directly on current |
|
with 41 PRs to process I made a temporary parallel queue processor local for review / triage, gotten through a big chunk already and still chewing on the rest. Hadn't gotten to this one yet, so no worries :-). It'll only pull this updated version. Cheers |
Fixes
authDomainafter successful deletion, preventing a later app with the same name from inheriting stale configuration.Verification
:packages:app:testDebugUnitTest:packages:app:assembleDebug:packages:app:lintDebug(only the four existing generated-specStringFormatTrivialwarnings)yarn lint:androidformatter completed with no additional formatting changes; its diff guard sees only this intentional native patch.yarn tests:jest --runInBand(104 suites, 1,480 tests)yarn tsc:compileyarn tsc:compile:consumeryarn lint:depsyarn reference:apiyarn compare:typesgit diff --checkCompatibility
No public JavaScript, TypeScript, native module, or generated-spec API changes.