myanmarking
09/28/2021, 5:29 PMImage(
modifier = Modifier
.fillMaxSize(),
painter = painterResource(id = state.itemList[page].imageRes),
contentDescription = null,
contentScale = ContentScale.Crop
)
This is loading a webp image. Maybe it is related to the image size. But most of the times it has no lag. What could it be ?Zach Klippenstein (he/him) [MOD]
09/28/2021, 5:51 PMmyanmarking
09/28/2021, 5:52 PMmyanmarking
09/28/2021, 5:53 PMmyanmarking
09/28/2021, 5:54 PMZach Klippenstein (he/him) [MOD]
09/28/2021, 5:55 PMmyanmarking
09/28/2021, 5:56 PMAdam Powell
10/02/2021, 3:30 PMdrawable-nodpi
resource folder the system may be upscaling it and making the problem even worsemyanmarking
10/06/2021, 8:37 AMmyanmarking
10/06/2021, 8:37 AM