Skip to content

Commit 487054d

Browse files
oindrilabhadra78atm1504
authored andcommitted
remove toast (#215)
1 parent 55190d6 commit 487054d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/example/saar/OtpActivity.java

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ protected void onCreate(Bundle savedInstanceState) {
6060
pinview.setPinViewEventListener(new Pinview.PinViewEventListener() {
6161
@Override
6262
public void onDataEntered(Pinview pinview, boolean fromUser) {
63-
Toast.makeText(getApplicationContext(), pinview.getValue(), Toast.LENGTH_SHORT).show();
6463
otpValue = pinview.getValue();
6564
}
6665
});

0 commit comments

Comments
 (0)