1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

Fix for deadlock in iOS autofill & share extensions (#960)

This commit is contained in:
Matt Portune
2020-06-07 00:15:51 -04:00
committed by GitHub
parent fd1941cc3e
commit 473e93ea16
3 changed files with 25 additions and 24 deletions

View File

@@ -25,6 +25,7 @@ namespace Bit.iOS.Autofill
ActivatedLabel.Text = AppResources.AutofillActivated;
ActivatedLabel.Font = UIFont.FromDescriptor(descriptor, descriptor.PointSize * 1.3f);
ActivatedLabel.TextColor = ThemeHelpers.SuccessColor;
BackButton.Title = AppResources.Back;
base.ViewDidLoad();