You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having a large number of posts in a community the timeline takes a long time to load.
some additional info I noticed while debugging it:
This issue is happening on the sample app here on all releases before release-hedgehog, but can't reproduce on release-hedgehog
The slowness is not observed on all devices, on pixel phones most of the time it is fast, but on other devices like Xiaomi and Huawei, the issue is clear.
The suspected reason that the doOnNext is called multiple times is unnecessary which causes multiple calls to update the RecyclerVew.
When having a large number of posts in a community the timeline takes a long time to load.
some additional info I noticed while debugging it:
This issue is happening on the sample app here on all releases before
release-hedgehog
, but can't reproduce onrelease-hedgehog
The slowness is not observed on all devices, on pixel phones most of the time it is fast, but on other devices like Xiaomi and Huawei, the issue is clear.
The suspected reason that the
doOnNext
is called multiple times is unnecessary which causes multiple calls to update the RecyclerVew.Amity-Social-Cloud-UIKit-Android-OpenSource/social/src/main/java/com/amity/socialcloud/uikit/community/newsfeed/viewmodel/AmityCommunityFeedViewModel.kt
Line 55 in c551b2d
The text was updated successfully, but these errors were encountered: