Improved search performance

Pressing enter in the game name field now also starts a search.
This commit is contained in:
Jeddunk 2021-01-01 16:27:42 +01:00
parent 201e122e8b
commit 1042923249
6 changed files with 75 additions and 69 deletions

View file

@ -3,6 +3,7 @@ using MvvmCross.Platforms.Wpf.Presenters.Attributes;
namespace auto_creamapi.Views
{
[MvxContentPresentation(WindowIdentifier = nameof(MainView), StackNavigation = false)]
// ReSharper disable once UnusedType.Global
public partial class MainView
{
public MainView()