Skip to content

Commit

Permalink
Fix camera creating dialog state handling
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Jun 27, 2021
1 parent 0883b10 commit 96cc7c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public void initCreateImageSource() {
nameTextField.setText(sourceName);
}

state = State.INITIAL;
updateCreateBtt();
});

Expand Down

0 comments on commit 96cc7c2

Please sign in to comment.