|
@@ -479,8 +479,8 @@ public class BottomTabsLayout extends BaseLayout implements AHBottomNavigation.O
|
479
|
479
|
}
|
480
|
480
|
|
481
|
481
|
final int unselectedTabIndex = currentStackIndex;
|
482
|
|
- switchTab(position, NavigationType.BottomTabSelected);
|
483
|
482
|
sendTabSelectedEventToJs(position, unselectedTabIndex);
|
|
483
|
+ switchTab(position, NavigationType.BottomTabSelected);
|
484
|
484
|
return true;
|
485
|
485
|
}
|
486
|
486
|
|