mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 14:08:39 +02:00
7a6c8508ce
Replace the Fragment data-binding UI with a Compose-based LogScreen using miuix TabRow for switching between SU Log and Magisk Log tabs. LogViewModel now uses StateFlow instead of @Bindable properties. Remove old XML layouts, LogRvItem, and SuLogRvItem. Also clean up stale tools:layout references in navigation graph. Made-with: Cursor