From afb8c515d6936ae92b03c05388acdefd78fb130a Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Thu, 17 Aug 2023 16:42:08 -0300 Subject: [PATCH] [PM-3071] Remove share on save toggle on Send view (#2659) * PM-3071 Removed share on save toggle on Send view and now it's done automatically, same for copy after saving from the Share extension * PM-3071 Fix alignments on Share extension send view --- src/App/Pages/Send/SendAddEditPage.xaml | 20 ++------- .../Pages/Send/SendAddEditPageViewModel.cs | 43 ++++++------------- src/App/Pages/Send/SendAddOnlyPage.xaml | 17 +------- 3 files changed, 17 insertions(+), 63 deletions(-) diff --git a/src/App/Pages/Send/SendAddEditPage.xaml b/src/App/Pages/Send/SendAddEditPage.xaml index a90ed8cd0..e5b5e6f49 100644 --- a/src/App/Pages/Send/SendAddEditPage.xaml +++ b/src/App/Pages/Send/SendAddEditPage.xaml @@ -175,7 +175,7 @@ LineBreakMode="CharacterWrap" StyleClass="text-sm, text-muted" HorizontalOptions="FillAndExpand" - HorizontalTextAlignment="Center" + HorizontalTextAlignment="Start" AutomationId="SendNoFileChosenLabel" />