Bug 1919891 - Part 2: Removed redundant parameter calls with default values r=android-reviewers,twhite

Differential Revision: https://phabricator.services.mozilla.com/D234165
This commit is contained in:
andrei popa
2025-01-21 08:02:30 +00:00
parent 70b6876896
commit 03f65b7002
2 changed files with 0 additions and 4 deletions

View File

@@ -146,8 +146,6 @@ class AppLinksFeature(
} else { } else {
message message
}, },
positiveButtonText = R.string.mozac_feature_applinks_confirm_dialog_confirm,
negativeButtonText = R.string.mozac_feature_applinks_confirm_dialog_deny,
) )
} }

View File

@@ -315,8 +315,6 @@ class AppLinksInterceptor(
dialogTitleText = dialogTitle, dialogTitleText = dialogTitle,
dialogMessageString = dialogMessage, dialogMessageString = dialogMessage,
showCheckbox = showCheckbox, showCheckbox = showCheckbox,
positiveButtonText = R.string.mozac_feature_applinks_confirm_dialog_confirm,
negativeButtonText = R.string.mozac_feature_applinks_confirm_dialog_deny,
maxSuccessiveDialogMillisLimit = MAX_SUCCESSIVE_DIALOG_MILLIS_LIMIT, maxSuccessiveDialogMillisLimit = MAX_SUCCESSIVE_DIALOG_MILLIS_LIMIT,
) )
} }