Skip to content

Commit 8fba550

Browse files
committed
Always show audio bar for meaning of equal parts rather than 'what is a
fraction'.
1 parent 95e25e7 commit 8fba550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/oppia/app/player/state/StateFragmentPresenter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class StateFragmentPresenter @Inject constructor(
215215
if (isAudioShowing()) {
216216
setAudioFragmentVisible(false)
217217
} else {
218-
if (explorationId == "umPkwp0L1M0-") {
218+
if (explorationId == "MjZzEVOG47_1") {
219219
setAudioFragmentVisible(true)
220220
} else {
221221
when (networkConnectionUtil.getCurrentConnectionStatus()) {

0 commit comments

Comments
 (0)