How to disable a big chunk of a composable screen ...
# compose
j
How to disable a big chunk of a composable screen (not all of its inner composables have an
enabled
attribute)? Perhaps is there a way to inhibit interaction? In the View world it was possible to put a transparent view on top of it that would steal all touch inputs. Are there any similar (or equally effective) approaches with compose?
1