diff --git a/src/App/Pages/Vault/VaultAutofillListCiphersPage.cs b/src/App/Pages/Vault/VaultAutofillListCiphersPage.cs index 54e343d6f..4ae91cd59 100644 --- a/src/App/Pages/Vault/VaultAutofillListCiphersPage.cs +++ b/src/App/Pages/Vault/VaultAutofillListCiphersPage.cs @@ -115,9 +115,7 @@ namespace Bit.App.Pages LoadingIndicator = new ActivityIndicator { - IsRunning = true, - VerticalOptions = LayoutOptions.CenterAndExpand, - HorizontalOptions = LayoutOptions.Center + IsRunning = true }; Content = LoadingIndicator; diff --git a/src/App/Pages/Vault/VaultListCiphersPage.cs b/src/App/Pages/Vault/VaultListCiphersPage.cs index f34234b2d..250fd242d 100644 --- a/src/App/Pages/Vault/VaultListCiphersPage.cs +++ b/src/App/Pages/Vault/VaultListCiphersPage.cs @@ -164,9 +164,7 @@ namespace Bit.App.Pages LoadingIndicator = new ActivityIndicator { - IsRunning = true, - VerticalOptions = LayoutOptions.CenterAndExpand, - HorizontalOptions = LayoutOptions.Center + IsRunning = true }; Content = LoadingIndicator; diff --git a/src/App/Pages/Vault/VaultListGroupingsPage.cs b/src/App/Pages/Vault/VaultListGroupingsPage.cs index 4c383de57..41d46ac99 100644 --- a/src/App/Pages/Vault/VaultListGroupingsPage.cs +++ b/src/App/Pages/Vault/VaultListGroupingsPage.cs @@ -106,9 +106,7 @@ namespace Bit.App.Pages LoadingIndicator = new ActivityIndicator { - IsRunning = true, - VerticalOptions = LayoutOptions.CenterAndExpand, - HorizontalOptions = LayoutOptions.Center + IsRunning = true }; Content = LoadingIndicator;