Fix voice note player crash in Android 4.4

fork-5.53.8
Alex Hart 2021-07-20 13:33:25 -03:00 zatwierdzone przez Greyson Parrelli
rodzic 24482b5a65
commit cdcc7b6fa5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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" />