Files
pezkuwi-wallet-android/feature-multisig
pezkuwichain fe8f907c12 debug: add temporary Log.e tracing to multisig deep link handler
The manifest fix (84bbff6) confirmed the intent-filter now resolves and the
app receives the intent (RootActivity gets focus), but the details screen
never opens and nothing crashes or logs anything - suspecting the deep link
coroutine may be permanently suspended on automaticInteractionGate.awaitInteractionAllowed()
(the app's PIN/background-recheck gate), which an ADB-driven test may never
satisfy. Tracing each step to confirm before concluding. To be removed once
the real cause is confirmed.
2026-07-18 14:46:25 -07:00
..