We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f78a79 commit 90c4d1fCopy full SHA for 90c4d1f
android/modules/ui/src/java/ti/modules/titanium/ui/TabGroupProxy.java
@@ -569,7 +569,7 @@ public void onTabSelected(TabProxy tabProxy)
569
tabProxy.onSelectionChanged(true);
570
tabProxy.onFocusChanged(true, focusEventData);
571
572
- tabProxy.fireEvent(TiC.EVENT_SELECTED, null, false);
+ tabProxy.fireEvent(TiC.EVENT_SELECTED, focusEventData, false);
573
}
574
575
@Override
0 commit comments