1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-24 02:12:15 -05:00

Add missing @Override annotation and whitespace fixes

This commit is contained in:
cketti 2012-12-17 12:36:42 +01:00
parent f793831498
commit 5f638a02e2

View File

@ -24,6 +24,7 @@ public class WelcomeMessage extends K9Activity implements OnClickListener{
((Button) findViewById(R.id.next)).setOnClickListener(this); ((Button) findViewById(R.id.next)).setOnClickListener(this);
} }
@Override
public void onClick(View view) { public void onClick(View view) {
if (view.getId() == R.id.next) { if (view.getId() == R.id.next) {
AccountSetupBasics.actionNewAccount(this); AccountSetupBasics.actionNewAccount(this);