Skip to content

Commit 9954e8f

Browse files
author
pedro.sanchez.garcia.contractor
committed
fix tests
1 parent 6574e79 commit 9954e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encoder/src/main/java/com/pedro/encoder/input/decoder/AudioDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public int getSize() {
130130
}
131131

132132
public void setGetMicrophoneData(GetMicrophoneData getMicrophoneData) {
133-
if (running.get()) return;
133+
if (running) return;
134134
this.getMicrophoneData = getMicrophoneData;
135135
}
136136
}

0 commit comments

Comments
 (0)