mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-12 14:18:02 -05:00
Leftover
This commit is contained in:
parent
51bc464449
commit
e1fe6a97e1
@ -7,8 +7,8 @@ import com.fsck.k9.mail.AuthType;
|
|||||||
|
|
||||||
|
|
||||||
class AuthTypeAdapter extends ArrayAdapter<AuthTypeHolder> {
|
class AuthTypeAdapter extends ArrayAdapter<AuthTypeHolder> {
|
||||||
public AuthTypeAdapter(Context context, int simple_spinner_item, AuthTypeHolder[] holders) {
|
public AuthTypeAdapter(Context context, int resource, AuthTypeHolder[] holders) {
|
||||||
super(context, simple_spinner_item, holders);
|
super(context, resource, holders);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static AuthTypeAdapter get(Context context) {
|
public static AuthTypeAdapter get(Context context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user