mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
remove binding context from header viewcell
This commit is contained in:
@@ -245,13 +245,5 @@ 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