mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
updated to forms 2.3.0. Few fixes to NoHeader and NoFooter for tableview on iOS.
This commit is contained in:
@@ -34,11 +34,11 @@ namespace Bit.App.Pages
|
||||
var table = new ExtendedTableView
|
||||
{
|
||||
EnableScrolling = true,
|
||||
Intent = TableIntent.Menu,
|
||||
Intent = TableIntent.Settings,
|
||||
HasUnevenRows = true,
|
||||
Root = new TableRoot
|
||||
{
|
||||
new TableSection()
|
||||
new TableSection
|
||||
{
|
||||
generatorCell,
|
||||
extensionCell,
|
||||
|
||||
Reference in New Issue
Block a user