Android: Hide fast forward button by default

This commit is contained in:
Connor McLaughlin 2021-02-27 16:05:32 +10:00
parent d11ee48fe1
commit 1e383af623
1 changed files with 1 additions and 1 deletions

View File

@ -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();