We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8b357 commit 1e7a024Copy full SHA for 1e7a024
app/src/main/java/com/github/capntrips/kernelflasher/ui/screens/slot/SlotViewModel.kt
@@ -525,6 +525,9 @@ class SlotViewModel(
525
} finally {
526
uiPrint("")
527
if (wasSlotReset) {
528
+ addMessage("You have flashed AnyKernel zip to an Inactive Slot!")
529
+ addMessage("But the active slot will not be changed!")
530
+ addMessage("Change it manually using bootctl or Reboot from System OTA Updater if you have applied an update.")
531
resetSlot()
532
}
533
0 commit comments