mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 14:08:39 +02:00
2fb7030527
The revoke click handler called onBack() immediately after triggering the dialog event, causing the dialog to appear on the wrong screen. Defer navigation to the onDeleted callback so the dialog stays on the detail screen and back only happens after confirmation. Made-with: Cursor