chore: addressing review comments

This commit is contained in:
Vasko
2020-03-06 11:12:22 +02:00
parent 9830be7230
commit 1c46d748a0
2 changed files with 28 additions and 30 deletions

View File

@@ -650,12 +650,9 @@ export class BottomNavigation extends TabNavigationBase {
drawable: imageDrawable,
height: image.getHeight()
};
} else {
// TODO
// traceMissingIcon(iconSource);
}
return null;
return new IconInfo();
}
private getIconInfo(tabStripItem: TabStripItem): IconInfo {