See title. You should be able to add this: ``` %hook SBUIProudLockIconView - setAlpha(CGFloat alpha) { %orig(1.0); } %end ``` Since the lock icon is in the status bar, there's no need for it to disappear when you scroll to the widget view :)