Fix new_session background color
Change-Id: I0b6843fda9a7427bd0f892d3319cb5c85db4f662
This commit is contained in:
parent
ad70208d7c
commit
46924ea842
|
@ -172,7 +172,7 @@ class HomeDetailFragment @Inject constructor(
|
|||
iconId = R.drawable.ic_shield_warning,
|
||||
matrixItem = user
|
||||
).apply {
|
||||
colorInt = ContextCompat.getColor(requireActivity(), R.color.riotx_accent)
|
||||
colorInt = ColorProvider(requireActivity()).getColor(R.color.riotx_accent)
|
||||
contentAction = Runnable {
|
||||
(weakCurrentActivity?.get() as? VectorBaseActivity)
|
||||
?.navigator
|
||||
|
|
Loading…
Reference in New Issue