From 3397845ccceffbc3161047a631813570eb052d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Sat, 22 Jun 2024 00:43:48 +0200 Subject: [PATCH] Fixed an issue where empty listview drags focus to search bar automatically. --- Wino.Mail/Views/MailListPage.xaml | 56 +++++++++++++++++++------------ 1 file changed, 35 insertions(+), 21 deletions(-) diff --git a/Wino.Mail/Views/MailListPage.xaml b/Wino.Mail/Views/MailListPage.xaml index 1cad33f7..1c5e2507 100644 --- a/Wino.Mail/Views/MailListPage.xaml +++ b/Wino.Mail/Views/MailListPage.xaml @@ -379,31 +379,42 @@ - - - - - - - + + + + + + + + + + + + + - + @@ -801,6 +812,9 @@ Grid.Column="1" IsNavigationStackEnabled="False" /> + + +