Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frhnfrq committed Nov 1, 2018
1 parent 4d23417 commit dc3a52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
```java
PinView pinview = findViewById(R.id.pinview);
String pin = pinview.getPin();
if (pin != null) {
if (pin == null) {
// all fields are not filled
} else {
// your code
Expand Down

0 comments on commit dc3a52f

Please sign in to comment.