mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 14:08:39 +02:00
4204fc56d4
Replace Fragment data-binding UI with a Compose-based FlashScreen using LazyColumn for monospace console output with auto-scroll, a save log TextButton, and miuix FloatingActionButton for reboot. FlashViewModel now uses mutableStateListOf for console lines and StateFlow for flash state. Back press blocking uses OnBackPressedCallback instead of BaseFragment override. Made-with: Cursor