mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 08:45:46 -04:00
Android: Hide fast forward button by default
This commit is contained in:
@ -250,7 +250,7 @@ public class TouchscreenControllerView extends FrameLayout {
|
||||
linkAxis(mMainView, R.id.controller_axis_right, "RightAxis", "Right", true);
|
||||
|
||||
linkHotkeyButton(mMainView, R.id.controller_button_fast_forward, "FastForward",
|
||||
TouchscreenControllerButtonView.Hotkey.FAST_FORWARD, false);
|
||||
TouchscreenControllerButtonView.Hotkey.FAST_FORWARD, true);
|
||||
|
||||
reloadButtonSettings();
|
||||
updateOpacity();
|
||||
|
Reference in New Issue
Block a user