Skip to content

Commit

Permalink
Merge pull request #70 from Keppan/Eldtrollkarl-patch-1
Browse files Browse the repository at this point in the history
Update stream_vm.dart
  • Loading branch information
Keppan authored Jan 7, 2022
2 parents 1a45b99 + 318f2be commit 220725d
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 220725d

Please sign in to comment.