FragmentVBDelegate.kt 当我想在Fragment中的onDestroyView方法中想要进行资源释放,bind.xxxx.onDestroy()时, 出现了崩溃: `java.lang.IllegalStateException: Cannot access view bindings. View lifecycle is DESTROYED!`
FragmentVBDelegate.kt
当我想在Fragment中的onDestroyView方法中想要进行资源释放,bind.xxxx.onDestroy()时,
出现了崩溃:
java.lang.IllegalStateException: Cannot access view bindings. View lifecycle is DESTROYED!