Элементы ленивых столбцов не отображаются в режиме выпускаAndroid

Форум для тех, кто программирует под Android
Anonymous
Элементы ленивых столбцов не отображаются в режиме выпуска

Сообщение Anonymous »


I have an application written in kotlin, jetpack compose. I have some items that I get from network and show in a lazy column. Now the problem is that when I build in debug mode, the data is laggy but it is shown. When I build a signed apk in release mode, every thing is smooth, but the lazyColumn is not shown.


Источник: https://stackoverflow.com/questions/780 ... lease-mode

Вернуться в «Android»