Skip to content

Commit

Permalink
fixed TeamMaestro#27 (Camera view is not showing on android)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Graf committed Sep 14, 2020
1 parent 9e16097 commit 66a2754
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ public void onCameraOpenUI() {
}
startTimer();
updateCameraView(currentFrameConfig);
for (FrameConfig f : previewFrameConfigs.values()) {
updateCameraView(f);
}
}

public void onCameraCloseUI() {
Expand Down

0 comments on commit 66a2754

Please sign in to comment.