linting changes

This commit is contained in:
dkanada 2020-07-17 19:13:51 +09:00 committed by GitHub
commit f152a70bce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ public class LoginActivity extends AbsBaseActivity implements View.OnClickListen
return; return;
} }
if(username.getText().toString().trim().length()==0){ if (username.getText().toString().trim().length()==0) {
Toast.makeText(context, context.getResources().getString(R.string.error_no_username), Toast.LENGTH_SHORT).show(); Toast.makeText(context, context.getResources().getString(R.string.error_no_username), Toast.LENGTH_SHORT).show();
return; return;
} }