diff --git a/global.json b/global.json new file mode 100644 index 000000000..68bdb4538 --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "7.0.400", + "rollForward": "latestPatch", + "allowPrerelease": false + } +} \ No newline at end of file diff --git a/src/App/Pages/Settings/OtherSettingsPage.xaml b/src/App/Pages/Settings/OtherSettingsPage.xaml index 830cbcbbd..5859561b5 100644 --- a/src/App/Pages/Settings/OtherSettingsPage.xaml +++ b/src/App/Pages/Settings/OtherSettingsPage.xaml @@ -53,6 +53,7 @@ Title="{u:I18n AllowScreenCapture}" IsToggled="{Binding IsScreenCaptureAllowed}" IsEnabled="{Binding CanToggleeScreenCaptureAllowed}" + IsVisible="{OnPlatform Android=True, iOS=False}" AutomationId="AllowScreenCaptureSwitch" StyleClass="settings-item-view" HorizontalOptions="FillAndExpand" />