Verified Commit 6f9cdf18 authored by clairehurst's avatar clairehurst 🌱 Committed by ma1
Browse files

[android] Delete unused media

parent 98062cec
Loading
Loading
Loading
Loading
−26.2 KiB
Loading image diff...
−27 KiB
Loading image diff...
+2 −2
Original line number Diff line number Diff line
@@ -112,7 +112,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)
@@ -145,7 +145,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
@@ -26,7 +26,7 @@ import org.mozilla.fenix.ext.components
 */
class BrowserMenuSignIn(
    @ColorRes private val textColorResource: Int,
    @DrawableRes imageResource: Int = R.drawable.ic_signed_out,
    @DrawableRes imageResource: Int = R.drawable.mozac_lib_crash_notification,
    listener: () -> Unit = {},
) : BrowserMenuImageText(
    String(),
+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@ open class DefaultToolbarMenu(
            primaryTextColor()
        },
        highlight = BrowserMenuHighlight.HighPriority(
            endImageResource = R.drawable.ic_sync_disconnected,
            endImageResource = R.drawable.mozac_lib_crash_notification,
            backgroundTint = context.getColorFromAttr(R.attr.syncDisconnectedBackground),
            canPropagate = false,
        ),
Loading