Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 008a615

Browse files
author
andrei popa
committed
Bug 1919891 - Part 2: Removed redundant parameter calls with default values r=android-reviewers,twhite
Differential Revision: https://phabricator.services.mozilla.com/D234165
1 parent efa6e6e commit 008a615

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

mobile/android/android-components/components/feature/app-links/src/main/java/mozilla/components/feature/app/links/AppLinksFeature.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ class AppLinksFeature(
146146
} else {
147147
message
148148
},
149-
positiveButtonText = R.string.mozac_feature_applinks_confirm_dialog_confirm,
150-
negativeButtonText = R.string.mozac_feature_applinks_confirm_dialog_deny,
151149
)
152150
}
153151

mobile/android/android-components/components/feature/app-links/src/main/java/mozilla/components/feature/app/links/AppLinksInterceptor.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ class AppLinksInterceptor(
315315
dialogTitleText = dialogTitle,
316316
dialogMessageString = dialogMessage,
317317
showCheckbox = showCheckbox,
318-
positiveButtonText = R.string.mozac_feature_applinks_confirm_dialog_confirm,
319-
negativeButtonText = R.string.mozac_feature_applinks_confirm_dialog_deny,
320318
maxSuccessiveDialogMillisLimit = MAX_SUCCESSIVE_DIALOG_MILLIS_LIMIT,
321319
)
322320
}

0 commit comments

Comments
 (0)