mirror of
https://github.com/bitwarden/android.git
synced 2025-01-12 11:17:30 +03:00
fix compile error in renderer
This commit is contained in:
parent
f0662bb878
commit
44baa4cc1e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace Bit.iOS.Controls
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SetMargin(ExtendedListView view)
|
private void SetMargin(ListView view)
|
||||||
{
|
{
|
||||||
Control.ContentInset = new UIEdgeInsets(
|
Control.ContentInset = new UIEdgeInsets(
|
||||||
new nfloat(view.Margin.Top),
|
new nfloat(view.Margin.Top),
|
||||||
|
|
Loading…
Reference in a new issue