We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e25e7 commit 8fba550Copy full SHA for 8fba550
app/src/main/java/org/oppia/app/player/state/StateFragmentPresenter.kt
@@ -215,7 +215,7 @@ class StateFragmentPresenter @Inject constructor(
215
if (isAudioShowing()) {
216
setAudioFragmentVisible(false)
217
} else {
218
- if (explorationId == "umPkwp0L1M0-") {
+ if (explorationId == "MjZzEVOG47_1") {
219
setAudioFragmentVisible(true)
220
221
when (networkConnectionUtil.getCurrentConnectionStatus()) {
0 commit comments