Caijinglong преди 6 години
родител
ревизия
6d833d607a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/src/controller/plugin.dart

+ 1 - 1
lib/src/controller/plugin.dart

@@ -27,7 +27,7 @@ class _IjkPlugin {
   /// texture id
   int textureId;
 
-  bool _isDisposed;
+  bool _isDisposed = false;
 
   bool get isDisposed => _isDisposed;