mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 02:36:55 +00:00
Fix wrong color flashing when scrolling conversation settings.
This commit is contained in:
committed by
Greyson Parrelli
parent
673a8f540b
commit
3acbcf54db
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user