facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.31k stars 954 forks source link

Pressing "show debug overlay" in images plugin does nothing #3867

Open rasaha91 opened 2 years ago

rasaha91 commented 2 years ago

🐛 Bug Report

I was exploring the images plugin and tried using the "show debug overlay" option, however clicking on it doesn't result in the toggle state changing, nor anything happening. The switch just glows for a bit and remains disabled.

From reading https://fbflipper.com/docs/setup/plugins/fresco/ it appears there is some advanced configuration available, but its not clear how to make the "show debug overlay" option work. If the client isn't configured for it, the toggle should probably just appear disabled (potentially with a tooltip explaining why).

To Reproduce

  1. Launch the desktop app and launch a flipper client that supports the images plugin
  2. Open the images plugin in the desktop app and press the "show debug overlay" toggle switch
  3. Observe that nothing happens.

Environment

Flipper Desktop App - 0.150.0 Flipper Android Client SDK - 0.150.0 Desktop Environment - Windows 11 Android Emulator Image - Pixel 4 API 30

Killdaneighbor187 commented 2 years ago

Thanks