From b9c1ab7c1d8d2637fa7e2f0b0ec7f1993eaeb4cd Mon Sep 17 00:00:00 2001 From: Alison Fernandes Date: Sun, 10 Apr 2022 00:03:40 +0100 Subject: [PATCH] Added Id to the activity indicator --- src/App/Pages/BaseContentPage.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Pages/BaseContentPage.cs b/src/App/Pages/BaseContentPage.cs index 7d7fafb67..ec655a321 100644 --- a/src/App/Pages/BaseContentPage.cs +++ b/src/App/Pages/BaseContentPage.cs @@ -70,6 +70,7 @@ namespace Bit.App.Pages VerticalOptions = LayoutOptions.CenterAndExpand, HorizontalOptions = LayoutOptions.Center, Color = ThemeManager.GetResourceColor("PrimaryColor"), + AutomationId = "activity_indicator" }; if (targetView != null) {