i have take a look to new version of siskin and i found that conversation page is reloaded the table for ever, after i check i found on ConversationDataSourceDelegate there is function updateStore(scrollTo: ScrollTo = .none, completionHandler: (()->Void)? = nil) call table reloaddata function for each changes that happened on store
i am trying to solve the problem but without any results :(
so please can you help us to fix it?
thanks
Unknown commented 3 years ago
Thank you for reporting the issue. Will will look into it, but please keep in mind that the version in master branch (or from TestFlight) may be unstable and it is for testing only.
If you need a stable version it is available in AppStore with sources available instable branch.
Unknown commented 3 years ago
I was not able to look at the issue, but most likely the issue is caused by the mechanism responsible for loading older entries when we are at the end of entries cached in memory when there are no more entries to load.
Unknown commented 3 years ago
The issue is now fixed in the latest build available in TestFlight.
Hello,
i have take a look to new version of siskin and i found that conversation page is reloaded the table for ever, after i check i found on ConversationDataSourceDelegate there is function updateStore(scrollTo: ScrollTo = .none, completionHandler: (()->Void)? = nil) call table reloaddata function for each changes that happened on store
i am trying to solve the problem but without any results :(
so please can you help us to fix it?
thanks