Improve how Talkback works with the timeline (#2404)

* Improve how Talkback works with the timeline

* Fix interaction test by adding test tag

* Disable reverse layout when a screen reader is enabled

This messes up with the ordering, but fixes the scrolling when a screen reader is used.
This commit is contained in:
Jorge Martin Espinosa 2024-02-19 11:36:15 +01:00 committed by GitHub
parent 94d486be84
commit 0918f9ed29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 110 additions and 66 deletions

View file

@ -74,4 +74,9 @@ object TestTags {
val dialogPositive = TestTag("dialog-positive")
val dialogNegative = TestTag("dialog-negative")
val dialogNeutral = TestTag("dialog-neutral")
/**
* Timeline item.
*/
val timelineItemSenderInfo = TestTag("timeline_item-sender_info")
}