soupslurpr / AppVerifier

Verify apps easily.
ISC License
227 stars 16 forks source link

App list is stuttery #62

Closed soupslurpr closed 7 months ago

soupslurpr commented 8 months ago

This might be due to this: https://github.com/soupslurpr/AppVerifier/blob/c6ca471627902c602a3ca76edcf6cb2d454acde1/app/src/main/kotlin/dev/soupslurpr/appverifier/ui/AppListScreen.kt#L66

Please try to remove AppVerifier from the packages list before that and not check for every item.

soupslurpr commented 8 months ago

Nope, I tried it and that did not fix it.

soupslurpr commented 7 months ago

It seems this is just because of the way the lazy column works it calculates the state of the list items as it loads to save memory.