Skip to content

Commit 1e7a024

Browse files
committed
Enable Both slot Flash options (Add Inactive slot flash warning) : Try 4
1 parent df8b357 commit 1e7a024

File tree

1 file changed

+3
-0
lines changed
  • app/src/main/java/com/github/capntrips/kernelflasher/ui/screens/slot

1 file changed

+3
-0
lines changed

app/src/main/java/com/github/capntrips/kernelflasher/ui/screens/slot/SlotViewModel.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ class SlotViewModel(
525525
} finally {
526526
uiPrint("")
527527
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.")
528531
resetSlot()
529532
}
530533
}

0 commit comments

Comments
 (0)