Bug 1840210 - Rename mozac_ic_sync to mozac_ic_sync_24

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

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

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

Loading…
Cancel
Save