From 5e8eccdf15eb89c086a051eb32903e9bccfba97b Mon Sep 17 00:00:00 2001 From: JeffreyCA Date: Mon, 11 Jan 2021 14:28:56 -0500 Subject: [PATCH] fix: play button delay in mobile player --- src/components/PlayerMobile.js | 3 ++- src/index.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/PlayerMobile.js b/src/components/PlayerMobile.js index b81a56b9..fe0a3289 100644 --- a/src/components/PlayerMobile.js +++ b/src/components/PlayerMobile.js @@ -30,6 +30,7 @@ const PlayerMobile = ({ locale, toggleMode, renderAudioTitle, + actionButtonIcon, }) => (
- {playing ? icon.pause : icon.play} + {actionButtonIcon} )} )}