JFYI: setting `LocalMinimumInteractiveComponentEnforcement` to `false` will eliminate some of the ca...
a
JFYI: setting
LocalMinimumInteractiveComponentEnforcement
to
false
will eliminate some of the cases of unnecessarily large material widgets (e.g. Buttons) on the desktop.
1
a
Naming things is hard 😅 . What does it even do and what breaks when you set it to false? It should have some purpose right?
a
When set to true it forces any clickable element to be at least 48x48dp
👍🏻 1
When set to false, it doesn’t
a
Well, that makes perfect sense.