mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Make next/continue buttons in send flow more consistent.
This commit is contained in:
committed by
Cody Henthorne
parent
a50e49e4e6
commit
c77718f4c7
@@ -291,7 +291,7 @@ class MediaReviewFragment : Fragment(R.layout.v2_media_review_fragment) {
|
||||
|
||||
private fun presentSendButton(sendType: MessageSendType) {
|
||||
val sendButtonTint = if (sendType.usesSignalTransport) {
|
||||
R.color.core_ultramarine
|
||||
R.color.signal_colorSecondaryContainer
|
||||
} else {
|
||||
R.color.core_grey_50
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user