Skip to content

Commit

Permalink
[profile] add no option for showDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Mar 8, 2023
1 parent 3d7ae5e commit 8454e80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ void showDialog(@Nullable String title,
@NonNull String msg,
@Nullable String yes);

void showDialog(@Nullable String title,
@NonNull String msg,
@Nullable String yes,
@Nullable String no);

void showNotification(
@NonNull String notificationTag,
@NonNull String title,
Expand Down
2 changes: 1 addition & 1 deletion android/internal/Thanox-Internal

0 comments on commit 8454e80

Please sign in to comment.