Skip to content

Commit

Permalink
Merge pull request #118 from HarelM/main
Browse files Browse the repository at this point in the history
Fix asset already exists issue
  • Loading branch information
riderx authored Aug 27, 2024
2 parents 25bc588 + 3b08b04 commit deadf69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/src/main/java/ee/forgr/audio/NativeAudio.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public void load() {

this.audioManager = (AudioManager) this.getActivity()
.getSystemService(Context.AUDIO_SERVICE);

audioAssetList = new HashMap<>();
}

@Override
Expand Down

0 comments on commit deadf69

Please sign in to comment.