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;