Anyone running Compose app on old devices (2015/20...
# compose
b
Anyone running Compose app on old devices (2015/2016)? I'm finding it visually slow.
r
Are you running a Debug or Release build? Compose is noticeably slow in Debug mode.
b
Release build.
r
OK, just wanted to make sure.
b
Hail Mary! I had vmSafeMode=true in the Manifest; why I don't know. That flag disables JIT.
👍 1
This project was halted here on my pipeline since months and months ago
Probably due to this: https://stackoverflow.com/questions/31174713/override-androidvmsafemode-attribute-for-debug-builds But I forgot to switch to false on release builds.
r
Ah, OK. Good to know!