mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-27 06:29:54 +00:00
Fix voice note player crash in Android 4.4
This commit is contained in:
committed by
Greyson Parrelli
parent
24482b5a65
commit
cdcc7b6fa5
@@ -2,4 +2,4 @@
|
||||
<org.thoughtcrime.securesms.components.voice.VoiceNotePlayerView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/selectable_background" />
|
||||
android:background="?selectableItemBackground" />
|
||||
Reference in New Issue
Block a user