mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Prevent wallpaper mode from overwriting navbar color.
This commit is contained in:
@@ -1482,7 +1482,9 @@ class ConversationFragment :
|
||||
)
|
||||
)
|
||||
|
||||
binding.navBar.setBackgroundColor(ContextCompat.getColor(requireContext(), navColor))
|
||||
if (!inputPanel.isHidden) {
|
||||
binding.navBar.setBackgroundColor(ContextCompat.getColor(requireContext(), navColor))
|
||||
}
|
||||
}
|
||||
|
||||
private fun presentChatColors(chatColors: ChatColors) {
|
||||
|
||||
Reference in New Issue
Block a user