mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
some listview styling for iOS
This commit is contained in:
@@ -245,5 +245,13 @@ namespace Bit.App.Pages
|
||||
await Navigation.PushModalAsync(new NavigationPage(page));
|
||||
}
|
||||
}
|
||||
|
||||
private void HeaderBindingContextChanged(object sender, EventArgs e)
|
||||
{
|
||||
if(Device.RuntimePlatform == Device.iOS && sender is ViewCell cell)
|
||||
{
|
||||
// cell.Height = 50;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user