mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 01:53:17 +00:00
make notes taller. autofocus name field on add
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Bit.App.Pages
|
||||
|
||||
private void Init()
|
||||
{
|
||||
NotesCell = new FormEditorCell(height: 90);
|
||||
NotesCell = new FormEditorCell(height: 180);
|
||||
PasswordCell = new FormEntryCell(AppResources.Password, isPassword: true, nextElement: NotesCell.Editor,
|
||||
useButton: true);
|
||||
PasswordCell.Button.Image = "eye";
|
||||
@@ -230,6 +230,8 @@ namespace Bit.App.Pages
|
||||
AppResources.Ok);
|
||||
}
|
||||
}
|
||||
|
||||
NameCell.Entry.FocusWithDelay();
|
||||
}
|
||||
|
||||
protected override void OnDisappearing()
|
||||
|
||||
@@ -50,7 +50,7 @@ namespace Bit.App.Pages
|
||||
return;
|
||||
}
|
||||
|
||||
NotesCell = new FormEditorCell(height: 90);
|
||||
NotesCell = new FormEditorCell(height: 180);
|
||||
NotesCell.Editor.Text = login.Notes?.Decrypt(login.OrganizationId);
|
||||
|
||||
PasswordCell = new FormEntryCell(AppResources.Password, isPassword: true, nextElement: NotesCell.Editor,
|
||||
|
||||
Reference in New Issue
Block a user