From a508bea4b01fe210df23946bfb832c7a94780c4f Mon Sep 17 00:00:00 2001 From: Dinis Vieira Date: Wed, 21 Feb 2024 10:55:26 +0000 Subject: [PATCH] [PM-6291] Fix Device Login Pending Requests screen not displaying anything (#3012) * PM-6291 Changed Passwordless Request Login Page Layout structure so that it can display properly * PM-6291 Additional changes to allow iOS to show the correct with on the collectionview items --- .../LoginPasswordlessRequestsListPage.xaml | 117 +++++++++--------- .../LoginPasswordlessRequestsListPage.xaml.cs | 18 ++- .../LoginPasswordlessRequestsListViewModel.cs | 2 +- 3 files changed, 77 insertions(+), 60 deletions(-) diff --git a/src/Core/Pages/Settings/LoginPasswordlessRequestsListPage.xaml b/src/Core/Pages/Settings/LoginPasswordlessRequestsListPage.xaml index 9f6af1d14..8f5a9a2d3 100644 --- a/src/Core/Pages/Settings/LoginPasswordlessRequestsListPage.xaml +++ b/src/Core/Pages/Settings/LoginPasswordlessRequestsListPage.xaml @@ -37,7 +37,6 @@