From 87a69bfdaf0a7d98fa22cfcdcb55330e9995b43d Mon Sep 17 00:00:00 2001 From: Andrew KeepCoding Date: Tue, 16 Dec 2025 10:52:59 +0900 Subject: [PATCH] Fix Segmented left-key navigation issue --- components/Segmented/src/Segmented/Segmented.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/Segmented/src/Segmented/Segmented.cs b/components/Segmented/src/Segmented/Segmented.cs index d649ce46..7b2691d9 100644 --- a/components/Segmented/src/Segmented/Segmented.cs +++ b/components/Segmented/src/Segmented/Segmented.cs @@ -109,10 +109,6 @@ private bool MoveFocus(MoveDirection direction) { index -= 1; } - else - { - retVal = true; - } } else if (direction == MoveDirection.Next) {