mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +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:
@@ -66,7 +66,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
Root = new TableRoot
|
||||
{
|
||||
new TableSection
|
||||
new TableSection(" ")
|
||||
{
|
||||
EmailCell,
|
||||
PasswordCell
|
||||
@@ -88,7 +88,7 @@ namespace Bit.App.Pages
|
||||
NoHeader = true,
|
||||
Root = new TableRoot
|
||||
{
|
||||
new TableSection
|
||||
new TableSection(" ")
|
||||
{
|
||||
ConfirmPasswordCell,
|
||||
PasswordHintCell
|
||||
|
||||
Reference in New Issue
Block a user