linting changes
This commit is contained in:
parent
bcd17d4853
commit
f152a70bce
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue