Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd49e53a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Let SettingsSpinnerAdapter support generic type"

parents 158703a0 b7e6be57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import android.widget.ArrayAdapter;
/**
 * An ArrayAdapter which was used by {@link SettingsSpinner} with settings style.
 */
public class SettingsSpinnerAdapter<CharSequence> extends ArrayAdapter {
public class SettingsSpinnerAdapter<T> extends ArrayAdapter<T> {

    /**
     * Constructs a new SettingsSpinnerAdapter with the given context.