From 318f2be0e8e6cf092452cfbf312f3f3f6f722360 Mon Sep 17 00:00:00 2001 From: Eldtrollkarl <71987479+Eldtrollkarl@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:38:45 +0100 Subject: [PATCH] Update stream_vm.dart --- lib/viewmodel/stream_vm.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/viewmodel/stream_vm.dart b/lib/viewmodel/stream_vm.dart index 3c215a9..7e8e2f4 100644 --- a/lib/viewmodel/stream_vm.dart +++ b/lib/viewmodel/stream_vm.dart @@ -101,7 +101,7 @@ class StreamViewModel with ChangeNotifier { } void getRecFn() { - if (smodel.isInitiated) { + if (!smodel.isInitiated) { return; } if (smodel.recorder!.isRecording) {