Skip to content

Conversation

@asus4
Copy link
Owner

@asus4 asus4 commented Jul 2, 2025

No description provided.

@asus4 asus4 requested a review from Copilot July 2, 2025 11:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a consistent typo ("Dissmiss") by renaming it to the correct spelling ("Dismiss") across all supported platforms and sample code.

  • Renamed functions and methods from dissmiss to dismiss in both native (iOS/Android) and managed (C#) code.
  • Updated Unity sample scene and C# sample methods to match the corrected naming.

Reviewed Changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Packages/.../iOS/UNDialogManager.mm & .h Renamed _dissmissDialog_dismissDialog and method dissmissDialog:dismissDialog:
Packages/.../Runtime/Internal/IDialog.cs Renamed interface method DissmissDismiss
Packages/.../Runtime/Internal/DialogMock.cs Updated DissmissDismiss and log message
Packages/.../Runtime/Internal/DialogIOS.cs Renamed extern and method calls to Dismiss
Packages/.../Runtime/Internal/DialogAndroid.cs Renamed JNI call and wrapper method to Dismiss
Packages/.../Runtime/DialogManager.cs Updated static DissmissDismiss and call
Packages/.../Android/DialogManager.java Renamed dissmissDialogdismissDialog and related static method
Assets/NativeDialogSample.unity & Assets/NativeDialogSample.cs Fixed UI object name and method calls from "AutoDissmiss" → "AutoDismiss"

@asus4 asus4 merged commit 6ac33f4 into main Jul 2, 2025
@asus4 asus4 deleted the fix-dissmiss branch July 2, 2025 11:11
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