mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 02:33:36 +00:00
autofill pages for ios
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Bit.iOS.Extension
|
||||
|
||||
public override void ViewDidLoad()
|
||||
{
|
||||
base.ViewDidLoad();
|
||||
var descriptor = UIFontDescriptor.PreferredBody;
|
||||
DescriptionLabel.Text = $@"{AppResources.ExtensionSetup}
|
||||
|
||||
@@ -31,7 +32,6 @@ namespace Bit.iOS.Extension
|
||||
|
||||
BackButton.TintColor = ThemeHelpers.NavBarTextColor;
|
||||
BackButton.Title = AppResources.Back;
|
||||
base.ViewDidLoad();
|
||||
}
|
||||
|
||||
partial void BackButton_Activated(UIBarButtonItem sender)
|
||||
|
||||
Reference in New Issue
Block a user