Caijinglong 6 лет назад
Родитель
Сommit
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;