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

Commit 39238df4 authored by David Liu's avatar David Liu
Browse files

Disable 'tap & hold' action in drop down list (spinner)

SettingsSpinner should not support 'tap & hold' action.

Bug: 378044622
Test: manual
Flag: EXEMPT small bug fix
Change-Id: I73db6de499d68e0f930cad1d0c66bf1059493054
parent 0efe15dc
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.