Second test

This commit is contained in:
Dariusz Makarewicz 2017-11-21 16:21:03 +01:00
parent 5ec7988862
commit 42635bf5a7

View File

@ -75,7 +75,7 @@ public class FingerPrint extends AppCompatActivity implements LoaderCallbacks<Cu
@Override @Override
public boolean onEditorAction(TextView textView, int id, KeyEvent keyEvent) { public boolean onEditorAction(TextView textView, int id, KeyEvent keyEvent) {
if (id == R.id.login || id == EditorInfo.IME_NULL) { if (id == R.id.login || id == EditorInfo.IME_NULL) {
attemptLogin(); attemptLogin() ;
return true; return true;
} }
return false; return false;