Fix crash

fix #1756
This commit is contained in:
MM20
2026-01-09 12:56:52 +01:00
parent d3c2ece438
commit d9f10c0883

View File

@@ -45,8 +45,8 @@ fun FailedGestureSheet(
Gesture.SwipeLeft -> R.string.preference_gesture_swipe_left
Gesture.SwipeRight -> R.string.preference_gesture_swipe_right
Gesture.SwipeUp -> R.string.preference_gesture_swipe_up
Gesture.HomeButton -> R.string.preference_gesture_home_button
else -> throw IllegalArgumentException("Unknown gesture: ${failedGesture.gesture}")
//Gesture.HomeButton -> R.string.preference_gesture_home_button
})
BottomSheetDialog(