Skip to content

Commit

Permalink
fix(android): focus event in TabGroup (#14083)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Jul 16, 2024
1 parent d999024 commit 7593940
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, focusEventData, false);
tabProxy.fireEvent(TiC.EVENT_SELECTED, focusEventData.clone(), false);
}

@Override
Expand Down

0 comments on commit 7593940

Please sign in to comment.