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

Commit 9d42f7da authored by David Liu's avatar David Liu Committed by Android (Google) Code Review
Browse files

Merge "Disable 'tap & hold' action in drop down list (spinner)" into main

parents 21863941 39238df4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@ public class SettingsSpinnerPreference extends Preference
        spinner.setAdapter(mAdapter);
        spinner.setSelection(mPosition);
        spinner.setOnItemSelectedListener(mOnSelectedListener);
        spinner.setLongClickable(false);
        if (mShouldPerformClick) {
            mShouldPerformClick = false;
            // To show dropdown view.