1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 23:53:25 +00:00

Added Id to the activity indicator

This commit is contained in:
Alison Fernandes
2022-04-10 00:03:40 +01:00
parent 4d96b091f7
commit b9c1ab7c1d

View File

@@ -70,6 +70,7 @@ namespace Bit.App.Pages
VerticalOptions = LayoutOptions.CenterAndExpand,
HorizontalOptions = LayoutOptions.Center,
Color = ThemeManager.GetResourceColor("PrimaryColor"),
AutomationId = "activity_indicator"
};
if (targetView != null)
{