Weird display in conversation
Bug report
- Platform: Android TV
- Jami version: master 388b9429
- Can you reproduce the bug: at will
added platformandroidtv severitylow typebug labels
changed iteration to Fortnight Iteration Jul 8, 2024 - Jul 21, 2024
assigned to @pnicolas
added naturereproducible label
File is jami-android/app/src/main/java/cx/ring/tv/contact/TVContactFragment.kt
, function setupAdapter()
.
Some docs here: https://developer.android.com/reference/androidx/leanback/widget/FullWidthDetailsOverviewRowPresenter
My concern is about this reading (which seems to not be respected):
To support activity shared element transition, call
setListener
withFullWidthDetailsOverviewSharedElementHelper
during Activity's onCreate(). Application is free to create its own "shared element helper" class using the Listener for image binding. CallsetParticipatingEntranceTransition
with false
changed the description
mentioned in commit e351fbd3
closed