**Describe the bug** Certain elements do nothing when clicked, as options in Multimeter, or directly the dust sensor and the gas sensor **Expected Behavior** Navigation or toggle menu **Steps to reproduce it** Click on them **Screenshots of the issue** https://github.com/user-attachments/assets/408feea3-d8a1-4c90-b586-b5b673a61e44 **System Information** <table> <tr> <td>Platform</td><td>Android</td> </tr> <tr> <td>Device</td><td>Pixel 9A</td> </tr> <tr> <td>OS Version</td><td>Android 16</td> </tr> </table> **Would you like to work on the issue?** Yes, I see that, for example, in multimeter it's just a check: ```Dart onOptionsPressed: provider.isPlayingBack ? null : _showOptionsMenu, ``` So in my case is null, but could be better hide this parameter if not in playing or just to explain what do you need to start dust sensor
Describe the bug
Certain elements do nothing when clicked, as options in Multimeter, or directly the dust sensor and the gas sensor
Expected Behavior
Navigation or toggle menu
Steps to reproduce it
Click on them
Screenshots of the issue
screen-20260323-000801-1774220872578.mp4
System Information
Would you like to work on the issue?
Yes, I see that, for example, in multimeter it's just a check:
So in my case is null, but could be better hide this parameter if not in playing or just to explain what do you need to start dust sensor