Skip to content

Commit e520200

Browse files
committed
Update DialogIOS.cs
1 parent 3ce3da1 commit e520200

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)