Skip to content

Commit c01176a

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

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,9 +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.")
528+
uiPrint("You have flashed AnyKernel zip to an Inactive Slot!")
529+
uiPrint("But the active slot will not be changed!")
530+
uiPrint("Change it manually using bootctl or Reboot from System OTA Updater if you have applied an update.")
531531
resetSlot()
532532
}
533533
}

0 commit comments

Comments
 (0)