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 1e7a024 commit c01176aCopy full SHA for c01176a
app/src/main/java/com/github/capntrips/kernelflasher/ui/screens/slot/SlotViewModel.kt
@@ -525,9 +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.")
+ uiPrint("You have flashed AnyKernel zip to an Inactive Slot!")
+ uiPrint("But the active slot will not be changed!")
+ uiPrint("Change it manually using bootctl or Reboot from System OTA Updater if you have applied an update.")
531
resetSlot()
532
}
533
0 commit comments