mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 02:36:55 +00:00
Fix hard to see media send HUD.
This commit is contained in:
committed by
Greyson Parrelli
parent
defd5e8047
commit
47e9a4ec29
@@ -697,8 +697,6 @@ public class MediaSendActivity extends PassphraseRequiredActivity implements Med
|
||||
|
||||
if (state.getRailState() == MediaSendViewModel.RailState.VIEWABLE) {
|
||||
captionBackground = R.color.core_grey_90;
|
||||
} else if (state.getViewOnceState() == ViewOnceState.ENABLED) {
|
||||
captionBackground = 0;
|
||||
} else if (isMentionPickerShowing){
|
||||
captionBackground = R.color.signal_background_dialog;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user