Pier Angelo Vendrame pushed to branch tor-browser-135.0a1-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
12dc7d36
by Pier Angelo Vendrame at 2025-05-05T17:57:10+02:00
-
d7d844f7
by Pier Angelo Vendrame at 2025-05-05T17:58:00+02:00
2 changed files:
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/onboarding/view/TermsOfServiceOnboardingPage.kt
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tabstray/TabsTrayBanner.kt
Changes:
... | ... | @@ -186,7 +186,7 @@ private fun OnboardingPagePreview() { |
186 | 186 | lineThreeText = stringResource(id = R.string.onboarding_term_of_service_line_three),
|
187 | 187 | lineThreeLinkText = stringResource(id = R.string.onboarding_term_of_service_line_three_link_text),
|
188 | 188 | ),
|
189 | - imageRes = R.drawable.ic_firefox,
|
|
189 | + imageRes = R.drawable.mozac_lib_crash_notification,
|
|
190 | 190 | primaryButton = Action(
|
191 | 191 | text = stringResource(
|
192 | 192 | id = R.string.onboarding_term_of_service_agree_and_continue_button_label,
|
... | ... | @@ -32,6 +32,7 @@ import androidx.compose.runtime.setValue |
32 | 32 | import androidx.compose.ui.Alignment
|
33 | 33 | import androidx.compose.ui.Modifier
|
34 | 34 | import androidx.compose.ui.graphics.Color
|
35 | +import androidx.compose.ui.platform.LocalContext
|
|
35 | 36 | import androidx.compose.ui.platform.testTag
|
36 | 37 | import androidx.compose.ui.res.dimensionResource
|
37 | 38 | import androidx.compose.ui.res.painterResource
|