Skip to content

Missing Method PinHelper.hasDefaultPinSaved# #4

@sysnoobsci

Description

@sysnoobsci

The method in PinHelper:

public static boolean hasDefaultPinSaved(Context c) {
return getDefaultSharedPreferences(c).getString(KEY_PINPUT_PIN_HASH, null) != null;
}

Is not in the actual library when I pull it via Gradle. The method is undefined when I attempt to use it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions