BIT-2207: Remove Rate the App row (#1228)

Co-authored-by: David Perez <david@livefront.com>
This commit is contained in:
Caleb Derosier
2024-04-04 16:07:49 -06:00
committed by Álison Fernandes
parent 3d8bf0da31
commit 8f3f87a333
2 changed files with 0 additions and 22 deletions

View File

@@ -210,12 +210,6 @@ private fun ContentColumn(
id = R.string.learn_about_organizations_description_long,
),
)
BitwardenExternalLinkRow(
text = stringResource(id = R.string.rate_the_app),
onConfirmClick = onRateTheAppClick,
dialogTitle = stringResource(id = R.string.continue_to_app_store),
dialogMessage = stringResource(id = R.string.rate_app_description_long),
)
BitwardenExternalLinkRow(
text = stringResource(R.string.give_feedback),
onConfirmClick = onGiveFeedbackClick,