mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
Applied i18n strings to missing parts in app extension
This commit is contained in:
14
src/iOS.Extension/LockPinViewController.designer.cs
generated
14
src/iOS.Extension/LockPinViewController.designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
// WARNING
|
||||
// WARNING
|
||||
//
|
||||
// This file has been generated automatically by Xamarin Studio from the outlets and
|
||||
// actions declared in your storyboard file.
|
||||
@@ -22,6 +22,10 @@ namespace Bit.iOS.Extension
|
||||
[GeneratedCode ("iOS Designer", "1.0")]
|
||||
UIKit.UILabel InstructionLabel { get; set; }
|
||||
|
||||
[Outlet]
|
||||
[GeneratedCode ("iOS Designer", "1.0")]
|
||||
UIKit.UINavigationItem NavItem { get; set; }
|
||||
|
||||
[Outlet]
|
||||
[GeneratedCode ("iOS Designer", "1.0")]
|
||||
UIKit.UILabel PinLabel { get; set; }
|
||||
@@ -30,10 +34,9 @@ namespace Bit.iOS.Extension
|
||||
[GeneratedCode ("iOS Designer", "1.0")]
|
||||
UIKit.UITextField PinTextField { get; set; }
|
||||
|
||||
|
||||
[Action ("CancelButton_Activated:")]
|
||||
[GeneratedCode ("iOS Designer", "1.0")]
|
||||
partial void CancelButton_Activated (UIBarButtonItem sender);
|
||||
partial void CancelButton_Activated (UIKit.UIBarButtonItem sender);
|
||||
|
||||
void ReleaseDesignerOutlets ()
|
||||
{
|
||||
@@ -47,6 +50,11 @@ namespace Bit.iOS.Extension
|
||||
InstructionLabel = null;
|
||||
}
|
||||
|
||||
if (NavItem != null) {
|
||||
NavItem.Dispose ();
|
||||
NavItem = null;
|
||||
}
|
||||
|
||||
if (PinLabel != null) {
|
||||
PinLabel.Dispose ();
|
||||
PinLabel = null;
|
||||
|
||||
Reference in New Issue
Block a user