mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 12:43:39 +00:00
small padding adjustments
This commit is contained in:
@@ -31,12 +31,6 @@ namespace Bit.Android.Controls
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
|
||||
{
|
||||
base.OnElementPropertyChanged(sender, e);
|
||||
var view = (ExtendedTabbedPage)Element;
|
||||
}
|
||||
|
||||
void TabLayout.IOnTabSelectedListener.OnTabSelected(TabLayout.Tab tab)
|
||||
{
|
||||
if(Element == null)
|
||||
|
||||
Reference in New Issue
Block a user