提交 a1bf7e73 编写于 作者: R Ravi Chande 提交者: GitHub

CR feedback

上级 70cf55e2
......@@ -471,7 +471,7 @@ public FilterResult(PresentationItem presentationItem, string filterText, bool m
return true;
}
if (!recentItems.IsDefault && GetRecentItemIndex(recentItems, item) < 1)
if (!recentItems.IsDefault && GetRecentItemIndex(recentItems, item) <= 0)
{
return true;
}
......@@ -632,4 +632,4 @@ private static bool IsAllPunctuation(string filterText)
}
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册