1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

update xamarin forms. empty string section titles

There appears to be a bug regression introduced with the new xamarin
forms that removes headers if there is no title. Hack to fix it for now
is to include a empty string header title.
This commit is contained in:
Kyle Spearrin
2017-04-20 14:18:16 -04:00
parent b136bb74b8
commit 408d66ee74
20 changed files with 43 additions and 54 deletions

View File

@@ -73,7 +73,7 @@ namespace Bit.App.Pages
NoHeader = true,
Root = new TableRoot
{
new TableSection
new TableSection(" ")
{
RegenerateCell,
CopyCell