Scaffold seems to introduce an unnecessary GPU ove...
# compose
m
Scaffold seems to introduce an unnecessary GPU overdraw layer (an empty screen turns blue just due to Scaffold). Anybody knows a reason for this and should there be a fix?
1
m
Copy code
Scaffold(
    backgroundColor = Color.Transparent,
fixes it
1