Skip to content

Commit

Permalink
fix: play before preload NMS-15609
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Sep 19, 2023
1 parent 1d4627e commit 7c68f79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ export default class MusicContentCenter
) : undefined}
{songCode >= 0 ? (
<AgoraButton
disabled={open}
title={`openWithSongCode`}
disabled={open || !preload}
title={preload ? `openWithSongCode` : `preloading...`}
onPress={this.openWithSongCode}
/>
) : undefined}
Expand Down

0 comments on commit 7c68f79

Please sign in to comment.