From 9b47802ece5fcbadd9436a0c65305af7083a4ec3 Mon Sep 17 00:00:00 2001 From: kleidis <167202775+kleidis@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:23:52 +0200 Subject: [PATCH] Comments --- .../github/lime3ds/android/features/hotkeys/HotkeyUtility.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/android/app/src/main/java/io/github/lime3ds/android/features/hotkeys/HotkeyUtility.kt b/src/android/app/src/main/java/io/github/lime3ds/android/features/hotkeys/HotkeyUtility.kt index cf864d154..6be19ddfd 100644 --- a/src/android/app/src/main/java/io/github/lime3ds/android/features/hotkeys/HotkeyUtility.kt +++ b/src/android/app/src/main/java/io/github/lime3ds/android/features/hotkeys/HotkeyUtility.kt @@ -13,8 +13,8 @@ import io.github.lime3ds.android.display.ScreenAdjustmentUtil class HotkeyUtility(private val screenAdjustmentUtil: ScreenAdjustmentUtil, private val context: Context) { // TODO: -// hotkeyLoaded should be a global val tracking that tracks if a hotkey is laoded or not -// Move Quickload and Quicksave out of shortcuts related to ScreenAdjustmentUtil +// hotkeyLoaded should be a global val that tracks if a hotkey is laoded or not +// Seperate shortcuts better val hotkeyButtons = Hotkey.entries.map { it.button } fun handleHotkey(bindedButton: Int): Boolean {