Merge pull request #4399 from element-hq/feat/add-timeline-prefetching-mechanism
Add timeline item prefetching
This commit is contained in:
commit
811ba95ffc
5 changed files with 133 additions and 7 deletions
|
|
@ -97,6 +97,11 @@ object TestTags {
|
|||
*/
|
||||
val floatingActionButton = TestTag("floating-action-button")
|
||||
|
||||
/**
|
||||
* Timeline.
|
||||
*/
|
||||
val timeline = TestTag("timeline")
|
||||
|
||||
/**
|
||||
* Timeline item.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue