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 c01176a commit d1a22f9Copy full SHA for d1a22f9
app/src/main/java/com/github/capntrips/kernelflasher/ui/screens/slot/SlotViewModel.kt
@@ -524,7 +524,8 @@ class SlotViewModel(
524
throw e
525
} finally {
526
uiPrint("")
527
- if (wasSlotReset) {
+ uiPrint("Test")
528
+ if (wasSlotReset && _wasFlashSuccess.value) {
529
uiPrint("You have flashed AnyKernel zip to an Inactive Slot!")
530
uiPrint("But the active slot will not be changed!")
531
uiPrint("Change it manually using bootctl or Reboot from System OTA Updater if you have applied an update.")
0 commit comments