Bug 1840210 - Rename mozac_ic_sync to mozac_ic_sync_24

fenix/117.0
Gabriel Luong 1 year ago committed by mergify[bot]
parent c5d5240bc7
commit a717083be6

@ -68,7 +68,7 @@ class AccountDeviceViewHolder(
when (option) { when (option) {
SyncShareOption.SignIn -> Triple( SyncShareOption.SignIn -> Triple(
context.getText(R.string.sync_sign_in), context.getText(R.string.sync_sign_in),
R.drawable.mozac_ic_sync, R.drawable.mozac_ic_sync_24,
R.color.default_share_background, R.color.default_share_background,
) )
SyncShareOption.Reconnect -> Triple( SyncShareOption.Reconnect -> Triple(

@ -12,7 +12,7 @@
<Preference <Preference
android:key="@string/pref_key_sync_now" android:key="@string/pref_key_sync_now"
android:title="@string/preferences_sync_now" android:title="@string/preferences_sync_now"
app:icon="@drawable/mozac_ic_sync" /> app:icon="@drawable/mozac_ic_sync_24" />
<EditTextPreference <EditTextPreference
android:key="@string/pref_key_sync_device_name" android:key="@string/pref_key_sync_device_name"

Loading…
Cancel
Save