Skip to content

Prevent lock from disappearing (alpha = 0) when in widget view #3

@BlakeBoxberger

Description

@BlakeBoxberger

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions