mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-17 04:40:12 +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:
@@ -177,7 +177,7 @@ namespace MadWizard.WinUSBNet
|
||||
|
||||
if (Application.Current != null)
|
||||
{
|
||||
if (Application.Current.Dispatcher.Thread.ManagedThreadId == System.Threading.Thread.CurrentThread.ManagedThreadId)
|
||||
if (Application.Current.Dispatcher.Thread.ManagedThreadId == Environment.CurrentManagedThreadId)
|
||||
{
|
||||
RemoveHookAction();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user