From d0103496b9efea1469604dd225b1c1d07ae36f34 Mon Sep 17 00:00:00 2001 From: mpbw2 <59324545+mpbw2@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:26:14 -0500 Subject: [PATCH] [PM-5910] Workaround for for sliding elements in Duo 2FA flow (#2967) * workaround for sliding elements in duo 2fa flow * restrict workaround to Android * restrict workaround to Android * Revert "restrict workaround to Android" This reverts commit c2753d5dc4960aeacdb4c798e7273ca86c08881d. * Revert "restrict workaround to Android" This reverts commit 69688cfb98e8e3e17812f126b4fd90ffd2ac3cf8. --- src/Core/Pages/Accounts/TwoFactorPage.xaml | 4 ++-- src/Core/Pages/Accounts/TwoFactorPageViewModel.cs | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/Core/Pages/Accounts/TwoFactorPage.xaml b/src/Core/Pages/Accounts/TwoFactorPage.xaml index 7f953d901..ad0904ce8 100644 --- a/src/Core/Pages/Accounts/TwoFactorPage.xaml +++ b/src/Core/Pages/Accounts/TwoFactorPage.xaml @@ -133,12 +133,12 @@ + VerticalOptions="StartAndExpand"> + HeightRequest="{Binding DuoWebViewHeight, Mode=OneWay}" />