Leftover
This commit is contained in:
parent
51bc464449
commit
e1fe6a97e1
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ import com.fsck.k9.mail.AuthType;
|
|||
|
||||
|
||||
class AuthTypeAdapter extends ArrayAdapter<AuthTypeHolder> {
|
||||
public AuthTypeAdapter(Context context, int simple_spinner_item, AuthTypeHolder[] holders) {
|
||||
super(context, simple_spinner_item, holders);
|
||||
public AuthTypeAdapter(Context context, int resource, AuthTypeHolder[] holders) {
|
||||
super(context, resource, holders);
|
||||
}
|
||||
|
||||
public static AuthTypeAdapter get(Context context) {
|
||||
|
|
Loading…
Reference in a new issue