mirror of https://github.com/laurent22/joplin.git
Mobile: Accessibility: Fix screen reader is unable to scroll settings tab list (#11429)
parent
db07bd208a
commit
3e911204df
|
@ -98,7 +98,6 @@ const SectionSelector: FunctionComponent<Props> = props => {
|
|||
return (
|
||||
<View style={containerStyle}>
|
||||
<FlatList
|
||||
role='tablist'
|
||||
ref={setFlatListRef}
|
||||
data={sections}
|
||||
renderItem={onRenderButton}
|
||||
|
|
Loading…
Reference in New Issue