Second test
This commit is contained in:
parent
5ec7988862
commit
42635bf5a7
@ -75,7 +75,7 @@ public class FingerPrint extends AppCompatActivity implements LoaderCallbacks<Cu
|
||||
@Override
|
||||
public boolean onEditorAction(TextView textView, int id, KeyEvent keyEvent) {
|
||||
if (id == R.id.login || id == EditorInfo.IME_NULL) {
|
||||
attemptLogin();
|
||||
attemptLogin() ;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user