mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-28 14:47:21 -07:00
Replace Fragment data-binding UI with a Compose-based SuperuserScreen using miuix Card, Switch, Slider, and TextButton components. SuperuserViewModel now uses StateFlow<UiState> and Compose-friendly PolicyItem with mutableStateOf for reactive updates. Remove old PolicyRvItem, XML layouts, and stale navigation reference. Made-with: Cursor