mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-19 05:40:14 +10:00
Implement Qualcomm Sahara VIP and fix a few bugs
* Qualcomm Sahara VIP * Project Cleanup * Allow unlocking an already unlocked phone
This commit is contained in:
@@ -36,12 +36,9 @@ namespace WPinternals
|
||||
|
||||
private void HandleHyperlinkClick(object sender, RoutedEventArgs args)
|
||||
{
|
||||
if (args.Source is Hyperlink link)
|
||||
if (args.Source is Hyperlink link && link.NavigateUri.ToString() == "UnlockBoot")
|
||||
{
|
||||
if (link.NavigateUri.ToString() == "UnlockBoot")
|
||||
{
|
||||
((BackupTargetSelectionViewModel)DataContext).SwitchToUnlockBoot();
|
||||
}
|
||||
((BackupTargetSelectionViewModel)DataContext).SwitchToUnlockBoot();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user