gotosocial icon indicating copy to clipboard operation
gotosocial copied to clipboard

[bug] Tusky: searching for @user@instance goes into a UI discovery loop

Open decentral1se opened this issue 3 years ago • 3 comments

I don't have a nice way to take a screencast from my phone right now but when I search for @user@instance in the tusky interface, when the account is found, the interface starts to endlessly list them in a loop. You can still choose the first user found and the follow works out, so this is not blocking me in any way. Hope that is clear :+1:

decentral1se avatar Jun 27 '21 09:06 decentral1se

Just discovered this myself -- I think we need to handle some pagination thing?

char avatar Nov 17 '21 05:11 char

Here's the source for search: https://github.com/tuskyapp/Tusky/blob/4159826f266d7c6b69738d0668c43b33b68b51c8/app/src/main/java/com/keylesspalace/tusky/components/search/adapter/SearchPagingSource.kt#L38

I think we will keep requesting with new offset until we get empty result

charlag avatar May 11 '22 20:05 charlag

AH thank you! This is helpful :)

tsmethurst avatar May 13 '22 09:05 tsmethurst