mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Hide scroll down button VoiceOver (#670)
* Hide scroll down button for VoiceOver users if the button is hidden for visual users * Add change log
This commit is contained in:
parent
eed031c9cc
commit
25aa6963a0
@ -79,6 +79,7 @@ struct RoomScreen: View {
|
||||
.padding()
|
||||
}
|
||||
.opacity(context.scrollToBottomButtonVisible ? 1.0 : 0.0)
|
||||
.accessibilityHidden(!context.scrollToBottomButtonVisible)
|
||||
.animation(.elementDefault, value: context.scrollToBottomButtonVisible)
|
||||
}
|
||||
|
||||
|
1
changelog.d/pr670.bugfix
Normal file
1
changelog.d/pr670.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Hides the scroll down button for VoiceOver users if it is hidden for visual users by Sem Pruijs
|
Loading…
x
Reference in New Issue
Block a user