You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to programmatically (de)activate the debug drawer, for example by turning a switch "debug mode" in settings.
A solution may be to add 2 methods in DebugDrawer: enable() and disable(), to respond to dynamic changes.
Moreover, the DebugDrawer.Builder::build() could receive a boolean parameter to enable or not the drawer while building it (true by default to be compatible with current behavior).
The text was updated successfully, but these errors were encountered:
I'd like to programmatically (de)activate the debug drawer, for example by turning a switch "debug mode" in settings.
A solution may be to add 2 methods in
DebugDrawer
:enable()
anddisable()
, to respond to dynamic changes.Moreover, the
DebugDrawer.Builder::build()
could receive a boolean parameter to enable or not the drawer while building it (true
by default to be compatible with current behavior).The text was updated successfully, but these errors were encountered: