1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 19:13:19 +00:00

make notes editor taller

This commit is contained in:
Kyle Spearrin
2017-09-27 14:36:55 -04:00
parent c2b1be288e
commit 068f5771b2

View File

@@ -57,7 +57,7 @@ namespace Bit.App.Pages
return;
}
NotesCell = new FormEditorCell(height: 180);
NotesCell = new FormEditorCell(height: 300);
NotesCell.Editor.Keyboard = Keyboard.Text;
NotesCell.Editor.Text = login.Notes?.Decrypt(login.OrganizationId);