mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(android): selectedIndex
This commit is contained in:
@@ -166,8 +166,6 @@ function initializeNativeClasses() {
|
||||
|
||||
public onBindViewHolder(holder, position) {
|
||||
super.onBindViewHolder(holder, position);
|
||||
this.owner.selectedIndex = position;
|
||||
|
||||
const tab = this.owner;
|
||||
const tabItems = tab.items;
|
||||
const newTabItem = tabItems ? tabItems[position] : null;
|
||||
|
||||
Reference in New Issue
Block a user