Skip to content

Commit ab09954

Browse files
authored
Merge pull request #9 from Daiogt/IosBugFix
Update DialogIOS.cs
2 parents 3ce3da1 + e520200 commit ab09954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Packages/com.github.asus4.nativedialog/Runtime/Internal

Packages/com.github.asus4.nativedialog/Runtime/Internal/DialogIOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public int ShowSubmit(string message)
3232

3333
public int ShowSubmit(string title, string message)
3434
{
35-
return _showSelectTitleDialog(title, message);
35+
return _showSubmitTitleDialog(title, message);
3636
}
3737

3838
public void Dissmiss(int id)

0 commit comments

Comments
 (0)