Skip to content
Snippets Groups Projects
Verified Commit a3b91e71 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Really fix #112

parent ad1dbcf5
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -325,9 +325,7 @@ class MessageListFragment : ServiceBoundFragment() { ...@@ -325,9 +325,7 @@ class MessageListFragment : ServiceBoundFragment() {
.setEnablePlaceholders(true) .setEnablePlaceholders(true)
.build() .build()
).setBoundaryCallback(boundaryCallback) ).setBoundaryCallback(boundaryCallback)
.letIf(lastBuffer == buffer) { .setInitialLoadKey(previousLoadKey)
it.setInitialLoadKey(previousLoadKey)
}
.build() .build()
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment