Skip to content

Commit

Permalink
fix crash on samsung j7
Browse files Browse the repository at this point in the history
  • Loading branch information
sattarsh committed Sep 7, 2020
1 parent c0c5e38 commit 3cae428
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,7 @@ private void applyConfiguration(PFFLockScreenConfiguration configuration) {

mNextButton.setVisibility(View.INVISIBLE);
mCodeView.setCodeLength(mConfiguration.getCodeLength());
if(mFingerprintHardwareDetected){
mFingerprintButton.setVisibility(View.VISIBLE);
}else {
mFingerprintButton.setVisibility(View.GONE);
}

}

private void initKeyViews(View parent) {
Expand Down

0 comments on commit 3cae428

Please sign in to comment.