Skip to content

Commit

Permalink
fix(android): Ti.UI.Tab selected event returns no data (#14004)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed May 13, 2024
1 parent 4f78a79 commit 90c4d1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ public void onTabSelected(TabProxy tabProxy)
tabProxy.onSelectionChanged(true);
tabProxy.onFocusChanged(true, focusEventData);

tabProxy.fireEvent(TiC.EVENT_SELECTED, null, false);
tabProxy.fireEvent(TiC.EVENT_SELECTED, focusEventData, false);
}

@Override
Expand Down

0 comments on commit 90c4d1f

Please sign in to comment.