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:
@@ -146,8 +146,6 @@ class AppLinksFeature(
|
||||
} else {
|
||||
message
|
||||
},
|
||||
positiveButtonText = R.string.mozac_feature_applinks_confirm_dialog_confirm,
|
||||
negativeButtonText = R.string.mozac_feature_applinks_confirm_dialog_deny,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -315,8 +315,6 @@ class AppLinksInterceptor(
|
||||
dialogTitleText = dialogTitle,
|
||||
dialogMessageString = dialogMessage,
|
||||
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,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user