Removed accessibilityElements to resolve focus stuck issue
This commit is contained in:
parent
fe40639a19
commit
96fa0bf314
@ -48,15 +48,6 @@ open class Stack<T>: Container where T: (StackModelProtocol & MoleculeModelProto
|
||||
}
|
||||
|
||||
isAccessibilityElement = false
|
||||
// TODO: need more investigation
|
||||
/* var accessibleViews: [Any] = []
|
||||
|
||||
for (index, view) in stackItems.enumerated() where !stackModel.molecules[index].gone {
|
||||
accessibleViews.append(view)
|
||||
}
|
||||
|
||||
accessibilityElements = accessibleViews
|
||||
*/
|
||||
}
|
||||
|
||||
/// Removes all stack items views from the view.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user