From bc2eb212a63bcb07b1acfbfdd2a3bc1af9cff9d3 Mon Sep 17 00:00:00 2001 From: ifernandezdiaz Date: Fri, 13 Oct 2023 12:12:47 -0300 Subject: [PATCH] Adding missing ids (#2823) * Adding missing ids * Fixing repeated IDs --- src/App/Pages/Settings/OtherSettingsPage.xaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/App/Pages/Settings/OtherSettingsPage.xaml b/src/App/Pages/Settings/OtherSettingsPage.xaml index ba84240e5..830cbcbbd 100644 --- a/src/App/Pages/Settings/OtherSettingsPage.xaml +++ b/src/App/Pages/Settings/OtherSettingsPage.xaml @@ -23,19 +23,21 @@ Title="{u:I18n EnableSyncOnRefresh}" IsToggled="{Binding EnableSyncOnRefresh}" Subtitle="{u:I18n EnableSyncOnRefreshDescription}" - AutomationId="SubmitCrashLogsSwitch" + AutomationId="SyncOnRefreshSwitch" StyleClass="settings-item-view" HorizontalOptions="FillAndExpand" /> + Command="{Binding SyncCommand}" + AutomationId="SyncNowButton">