Files
Magisk/app
LoveSyandtopjohnwu 162b84661b Fix blank flash screen and crash when flashing module zips
FlashScreen's useTerminal was a plain getter on flashAction, which was
only set in LaunchedEffect (after first composition). Since it wasn't
a Compose State, no recomposition occurred, leaving the screen stuck on
an empty LazyColumn. The unreachable TerminalComposeView meant
onEmulatorReady was never called, hanging the coroutine and eventually
crashing the process.

Pass the action from the route key directly to FlashScreen so it can
pick the correct UI path on the very first composition.

Made-with: Cursor
2026-03-16 02:56:03 -07:00
..
2026-01-19 23:29:02 +08:00
2026-01-19 23:29:02 +08:00
2026-01-19 23:29:02 +08:00
2026-02-23 00:02:33 -08:00
2025-06-16 02:17:29 -07:00
2025-06-16 02:17:29 -07:00