Skip to content

Commit

Permalink
fix: add missing raise can execute changed for unlock v1 with support…
Browse files Browse the repository at this point in the history
…ed ffu field
  • Loading branch information
gus33000 committed Aug 30, 2024
1 parent 0101477 commit 350b6e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WPinternals/ViewModels/LumiaUnlockBootViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,8 @@ public string SupportedFFUPath
{
ValidateSupportedFfuPath();
}

OkCommand.RaiseCanExecuteChanged();
}
}
}
Expand Down

0 comments on commit 350b6e8

Please sign in to comment.