Skip to content

Commit 7ae3562

Browse files
committed
feat(bottomnavigationbar) persist badge on pressed/selected
1 parent 9fca9a0 commit 7ae3562

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bottomnavigationbar/bottomnavigationbar-common.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export abstract class BottomNavigationBarBase extends View {
8989
index,
9090
};
9191
this.notify(eventData);
92-
this.removeBadge(index);
9392
}
9493

9594
_emitTabSelected(index: number) {
@@ -101,7 +100,6 @@ export abstract class BottomNavigationBarBase extends View {
101100
};
102101
this.selectedTabIndex = index;
103102
this.notify(eventData);
104-
this.removeBadge(index);
105103
}
106104

107105
_emitTabReselected(index: number) {

0 commit comments

Comments
 (0)