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
if (nil == actionItems || 0 == actionItems.count) {
696
-
NSString *description = [NSStringstringWithFormat:@"It is mandatory to have at least one item defined for each action. Action with id '%@' contains none", actionId];
if (nil == actionItems || 0 == actionItems.count) {
774
-
NSString *description = [NSStringstringWithFormat:@"It is mandatory to have at least one gesture item defined for each action. Action with id '%@' contains none", actionId];
NSString *description = [NSStringstringWithFormat:@"It is mandatory to have at least one item defined for each action. Action with id '%@' contains none", actionId];
0 commit comments