Skip to content

Commit

Permalink
Update stream_vm.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldtrollkarl authored Jan 7, 2022
1 parent 1a45b99 commit 318f2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/viewmodel/stream_vm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class StreamViewModel with ChangeNotifier {
}

void getRecFn() {
if (smodel.isInitiated) {
if (!smodel.isInitiated) {
return;
}
if (smodel.recorder!.isRecording) {
Expand Down

0 comments on commit 318f2be

Please sign in to comment.