Closed AdamVe closed 3 months ago
Calling ConfigurationState.isConfigured() or ConfigurationState.isTouchTriggered() can throw UnsupportedOperationException. This change adds a check before we call these methods.
ConfigurationState.isConfigured()
ConfigurationState.isTouchTriggered()
Calling
ConfigurationState.isConfigured()
orConfigurationState.isTouchTriggered()
can throw UnsupportedOperationException. This change adds a check before we call these methods.