libPassword
libPassword copied to clipboard
[[LibPass sharedInstance] unlockWithCodeEnabled:NO] doesn't work
I have tried to use this method call from the wiki:
[[LibPass sharedInstance] unlockWithCodeEnabled:NO]
But it doesn't work in the tweak. The view changes to the passcode pad, but no unlock. This method works instead when there is no passcode set. Also tried to manually call:
[(SBLockScreenManager *)[%c(SBLockScreenManager) sharedInstance] unlockUIFromSource:1 withOptions:nil];
But no luck. Seems like a problem to me. Or am I doing something wrong?