1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 12:43:39 +00:00

small padding adjustments

This commit is contained in:
Kyle Spearrin
2016-08-25 22:31:11 -04:00
parent 0cdba2a13d
commit 18ff80875a
2 changed files with 1 additions and 7 deletions

View File

@@ -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)