Fix wrong color flashing when scrolling conversation settings.

This commit is contained in:
Alex Hart
2022-06-16 12:50:27 -03:00
committed by Greyson Parrelli
parent 673a8f540b
commit 3acbcf54db
4 changed files with 4 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ class ConversationSettingsFragment : DSLSettingsFragment(
override fun getMaterial3OnScrollHelper(toolbar: Toolbar?): Material3OnScrollHelper {
return object : Material3OnScrollHelper(requireActivity(), toolbar!!) {
override val inactiveColorSet = ColorSet(
toolbarColorRes = R.color.transparent,
toolbarColorRes = R.color.signal_colorBackground_0,
statusBarColorRes = R.color.signal_colorBackground
)
}