Commit f16c355f authored by clairehurst's avatar clairehurst 🌱 Committed by Pier Angelo Vendrame
Browse files

[android] Delete unused media

parent 4af6e818
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ features:
              title: onboarding_welcome_to_firefox
              body: onboarding_terms_of_service_sub_header_2
              ordering: 1
              image-res: ic_firefox
              image-res: mozac_lib_crash_notification
              primary-button-label: onboarding_term_of_service_agree_and_continue_button_label_2
              extra-data:
                term-of-service-data:
@@ -117,7 +117,7 @@ features:
              title: onboarding_marketing_title
              body: onboarding_marketing_body
              ordering: 40
              image-res: ic_onboarding_welcome
              image-res: mozac_lib_crash_notification
              primary-button-label: onboarding_marketing_positive_button
              extra-data:
                marketing-data:
−50.5 KiB
Loading image diff...
−27 KiB
Loading image diff...
+2 −2
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ class NotificationManager(private val context: Context) {
            val extras = bundleOf(TOTAL_TABS_CLOSED_EXTRA to totalCount)
            addExtras(extras)

            setSmallIcon(R.drawable.ic_status_logo)
            setSmallIcon(R.drawable.mozac_lib_crash_notification)
            setWhen(System.currentTimeMillis())
            setAutoCancel(true)
            setDefaults(Notification.DEFAULT_VIBRATE or Notification.DEFAULT_SOUND)
@@ -141,7 +141,7 @@ class NotificationManager(private val context: Context) {
                PendingIntent.getActivity(context, 0, intent, showReceivedTabsIntentFlags)

            val builder = NotificationCompat.Builder(context, RECEIVE_TABS_CHANNEL_ID)
                .setSmallIcon(R.drawable.ic_status_logo)
                .setSmallIcon(R.drawable.mozac_lib_crash_notification)
                .setSendTabTitle(context, device, tab)
                .setWhen(System.currentTimeMillis())
                .setContentText(tab.url)
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ private fun exploreExtensionTask(isCompleted: Boolean) = ChecklistItem.Task(
private fun signInTask(isCompleted: Boolean) = ChecklistItem.Task(
    type = ChecklistItem.Task.Type.SIGN_IN,
    title = R.string.setup_checklist_task_account_sync,
    icon = R.drawable.ic_fx_accounts_avatar,
    icon = R.drawable.mozac_lib_crash_notification,
    isCompleted = isCompleted,
)

Loading