mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
redraw stack layouts on ios tableviews
This commit is contained in:
@@ -163,7 +163,7 @@ namespace Bit.App.Pages
|
||||
table.BottomPadding = 50;
|
||||
}
|
||||
|
||||
var stackLayout = new StackLayout
|
||||
var stackLayout = new RedrawableStackLayout
|
||||
{
|
||||
Orientation = StackOrientation.Vertical,
|
||||
Children = { Password, table },
|
||||
@@ -171,6 +171,8 @@ namespace Bit.App.Pages
|
||||
Spacing = 0
|
||||
};
|
||||
|
||||
table.WrappingStackLayout = () => stackLayout;
|
||||
|
||||
var scrollView = new ScrollView
|
||||
{
|
||||
Content = stackLayout,
|
||||
|
||||
Reference in New Issue
Block a user