schildichat-android/matrix-sdk-android/src
SpiritCroc b808d8b464 Avoid chat position jumps during message loading
Sometimes, the chat list would jump without the user scrolling:
- During intial loading of a room content, i.e. when it is expected
  that the list stays scrolled to bottom
- During loading of messages after jumping to a linked message

With this commit, the target event is repeatedly scrolled to upon list
changes until the users scroll themselves, to avoid above scenarios.

Change-Id: Iabbe76832e7e68686431b0baed9356c88eb50901
2021-07-02 15:19:20 +02:00
..
androidTest/java/org/matrix/android/sdk Dnd enhancement 2021-06-17 15:53:35 +02:00
debug/java/org/matrix/android/sdk/internal/network/interceptors
main Avoid chat position jumps during message loading 2021-07-02 15:19:20 +02:00
release/java/org/matrix/android/sdk/internal/network/interceptors
sharedTest/java/org/matrix/android/sdk/test/shared
test/java/org/matrix/android/sdk Use Junit import 2021-05-04 10:50:31 +02:00