Skip to content

Instantly share code, notes, and snippets.

@jontelang
Created July 29, 2013 07:16
Show Gist options
  • Save jontelang/6102603 to your computer and use it in GitHub Desktop.
Save jontelang/6102603 to your computer and use it in GitHub Desktop.
asd
%hook SBDeviceLockController
-(BOOL)isPasswordProtected
{
return %orig || ([JWLPiano sharedInstance].isForcingPianoToShow && [JWLPiano sharedInstance].isEnabled);
}
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment