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
Currently in the SDLSoftButtonManager, if two buttons have the same name, an error is logged. We should instead throw an exception since the soft buttons will be removed from the display because the soft button property is set to an empty array.
Reproduction Steps
Create two soft button objects with the same name. Send the soft buttons using the screen manager.
Expected Behavior
An exception should be thrown.
Observed Behavior
An error is logged and the softButtonObjects property is set to an empty array.
OS & Version Information
iOS Version: n/a
SDL iOS Version: 7.0
Testing Against: n/a
The text was updated successfully, but these errors were encountered:
Bug Report
Currently in the
SDLSoftButtonManager
, if two buttons have the same name, an error is logged. We should instead throw an exception since the soft buttons will be removed from the display because the soft button property is set to an empty array.Reproduction Steps
Expected Behavior
An exception should be thrown.
Observed Behavior
An error is logged and the
softButtonObjects
property is set to an empty array.OS & Version Information
The text was updated successfully, but these errors were encountered: