mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Invert media flow button colors.
This commit is contained in:
committed by
Cody Henthorne
parent
ad0acc640b
commit
8cb4034c80
@@ -294,7 +294,7 @@ class MediaReviewFragment : Fragment(R.layout.v2_media_review_fragment) {
|
||||
|
||||
private fun presentSendButton(sendType: MessageSendType) {
|
||||
val sendButtonTint = if (sendType.usesSignalTransport) {
|
||||
R.color.signal_colorSecondaryContainer
|
||||
R.color.signal_colorOnSecondaryContainer
|
||||
} else {
|
||||
R.color.core_grey_50
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user