Skip to content

Commit

Permalink
adjust ModalUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
williaanlopes committed Oct 26, 2020
1 parent e5c3300 commit 3caed50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
pagarme.Mpos.payWithInterface({
encryptionKey: string,
amount: string,
remoteApi: {
remoteApi: {
url: string,
type: 'POST'|'PUT'|'PATCH',
headers: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static AlertDialog showAnimatedDialog(@NonNull Context context, @LayoutRe
}


public static AlertDialog showTextDialog(@NonNull Context context, @LayoutRes int layout, String myTitle, String content, boolean canCancel, boolean canConfirm) {
public static AlertDialog showTextDialog(@NonNull Context context, @LayoutRes int layout, String myTitle, String content) {
final LayoutInflater factory = LayoutInflater.from(context);
final View deleteDialogView = factory.inflate(layout, null);
final AlertDialog dialog = new AlertDialog.Builder(context).create();
Expand Down

0 comments on commit 3caed50

Please sign in to comment.