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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user