Skip to content

Commit 3c7d9b3

Browse files
committed
Comment fix.
1 parent 45a068f commit 3c7d9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TableViewColumnHeader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private void OnRightTapped(object sender, RightTappedRoutedEventArgs e)
7777
return;
7878
}
7979

80-
// Shows the button's flyout if options button is available and either filtering or sorting is enabled
80+
// Shows the button's flyout if options button is available and filtering is enabled
8181
if (_optionsButton is not null && CanFilter)
8282
{
8383
_optionsButton.Flyout?.ShowAt(_optionsButton);

0 commit comments

Comments
 (0)