From cdcc7b6fa5a966df20b40f68dbf2948072786c1e Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Tue, 20 Jul 2021 13:33:25 -0300 Subject: [PATCH] Fix voice note player crash in Android 4.4 --- app/src/main/res/layout/voice_note_player_stub.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/voice_note_player_stub.xml b/app/src/main/res/layout/voice_note_player_stub.xml index c690d597c..796f79778 100644 --- a/app/src/main/res/layout/voice_note_player_stub.xml +++ b/app/src/main/res/layout/voice_note_player_stub.xml @@ -2,4 +2,4 @@ \ No newline at end of file + android:background="?selectableItemBackground" /> \ No newline at end of file