Jelajahi Sumber

dispose status.

Caijinglong 6 tahun lalu
induk
melakukan
6d833d607a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;