Abdelazeem777 / requests_inspector

MIT License
11 stars 18 forks source link

fix: Dont show inspector on long press if ShowInspectorOn.Shaking is set #20

Closed vlytvyne closed 11 months ago

vlytvyne commented 11 months ago

showInspectorOn parameter wasn't working properly. onLongPress click was always enabled even if ShowInspectorOn.Shaking is set. This PR fixes the bug.