Apply style changes to shared media, color icon, and wallpaper previews.

This commit is contained in:
Alex Hart
2021-06-25 14:27:51 -03:00
committed by GitHub
parent 9dac5691f0
commit 01047f0546
31 changed files with 529 additions and 313 deletions

View File

@@ -371,7 +371,7 @@ class ConversationSettingsFragment : DSLSettingsFragment(
clickPref(
title = DSLSettingsText.from(R.string.preferences__chat_color_and_wallpaper),
icon = DSLSettingsIcon.from(R.drawable.ic_wallpaper_24),
icon = DSLSettingsIcon.from(R.drawable.ic_color_24),
onClick = {
startActivity(ChatWallpaperActivity.createIntent(requireContext(), state.recipient.id))
}