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
dataBehaviorInterceptors.removeIf { it isSystemDialogSafetyProvider }
deviceBehaviorInterceptors.removeIf { it isSystemDialogSafetyProvider }
objectBehaviorInterceptors.removeIf { it isSystemDialogSafetyProvider }
webBehaviorInterceptors.removeIf { it isSystemDialogSafetyProvider }
viewBehaviorInterceptors.removeIf { it isSystemDialogSafetyProvider }
The text was updated successfully, but these errors were encountered:
It would be cool to group interceptors by their functions so the user could do something like
instead of
The text was updated successfully, but these errors were encountered: