mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
make notes editor taller
This commit is contained in:
parent
c2b1be288e
commit
068f5771b2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Bit.App.Pages
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
NotesCell = new FormEditorCell(height: 180);
|
NotesCell = new FormEditorCell(height: 300);
|
||||||
NotesCell.Editor.Keyboard = Keyboard.Text;
|
NotesCell.Editor.Keyboard = Keyboard.Text;
|
||||||
NotesCell.Editor.Text = login.Notes?.Decrypt(login.OrganizationId);
|
NotesCell.Editor.Text = login.Notes?.Decrypt(login.OrganizationId);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue