Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 69aa366

Browse files
committed
Merged develop into master
2 parents 518611c + 544c175 commit 69aa366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/davidmiguel/gobees/monitoring/camera/CameraHandlerThread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ public void run() {
6464

6565
private synchronized void notifyCameraOpened() {
6666
running = false;
67-
notify();
67+
notifyAll();
6868
}
6969
}

0 commit comments

Comments
 (0)