mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
fix compile error in renderer
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Bit.iOS.Controls
|
||||
}
|
||||
}
|
||||
|
||||
private void SetMargin(ExtendedListView view)
|
||||
private void SetMargin(ListView view)
|
||||
{
|
||||
Control.ContentInset = new UIEdgeInsets(
|
||||
new nfloat(view.Margin.Top),
|
||||
|
||||
Reference in New Issue
Block a user