Skip to content

Commit 1614ac8

Browse files
committed
Fix Segmented left-key navigation issue [CommunityToolkit/Windows#761]
1 parent 8666df7 commit 1614ac8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

XamlToolkit.WinUI.Controls/Segmented/Segmented.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ namespace winrt::XamlToolkit::WinUI::Controls::implementation
8888
{
8989
index -= 1;
9090
}
91-
else
92-
{
93-
retVal = true;
94-
}
9591
}
9692
else if (direction == MoveDirection::Next)
9793
{

0 commit comments

Comments
 (0)