mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Add missing @Override annotation and whitespace fixes
This commit is contained in:
parent
f793831498
commit
5f638a02e2
@ -24,6 +24,7 @@ public class WelcomeMessage extends K9Activity implements OnClickListener{
|
||||
((Button) findViewById(R.id.next)).setOnClickListener(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
if (view.getId() == R.id.next) {
|
||||
AccountSetupBasics.actionNewAccount(this);
|
||||
|
Loading…
Reference in New Issue
Block a user