mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Added missing annotation
This commit is contained in:
parent
a9cee7a6ad
commit
d48ec4892a
@ -89,6 +89,7 @@ public class AccountSetupNames extends K9Activity implements OnClickListener
|
|||||||
Utility.setCompoundDrawablesAlpha(mDoneButton, mDoneButton.isEnabled() ? 255 : 128);
|
Utility.setCompoundDrawablesAlpha(mDoneButton, mDoneButton.isEnabled() ? 255 : 128);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
protected void onNext()
|
protected void onNext()
|
||||||
{
|
{
|
||||||
if (Utility.requiredFieldValid(mDescription))
|
if (Utility.requiredFieldValid(mDescription))
|
||||||
|
Loading…
Reference in New Issue
Block a user