more linting changes

This commit is contained in:
dkanada 2020-07-17 19:14:29 +09:00 committed by GitHub
commit 00e0f2d0f1
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;
}
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();
return;
}