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

Commit 947220af authored by Carlos Martinez Romero's avatar Carlos Martinez Romero Committed by Android (Google) Code Review
Browse files

Merge "Update the slider step to 1."

parents 310ea668 412cc29f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ import com.google.android.material.slider.RangeSlider.OnChangeListener;

public class TouchLatencyActivity extends AppCompatActivity {
    private static final int REFRESH_RATE_SLIDER_MIN = 20;
    private static final int REFRESH_RATE_SLIDER_STEP = 5;
    private static final int REFRESH_RATE_SLIDER_STEP = 1;

    private Menu mMenu;
    private Mode[] mDisplayModes;