Skip to content

Conversation

@sbenedicadb
Copy link
Member

Description

https://jira.corp.adobe.com/browse/MOB-24285

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@sbenedicadb sbenedicadb requested a review from praveek November 18, 2025 23:16
@sbenedicadb sbenedicadb marked this pull request as ready for review November 18, 2025 23:18
/// If no message is passed in, the code will pass and try to dismiss any message that was otherwise showing.
/// - Parameter message: `Showable` of message to dismiss
/// - Returns: `true` if a message was dismissed
func dismiss(_ message: Showable?) -> Bool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the leading underscore from the parameter name in the dismiss function, as it may cause a conflict with the function above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants