HOTFIX Create identity memory leak (#4295)
This commit is contained in:
@@ -75,6 +75,7 @@ class RichTextMobileTabletController extends GetxController {
|
||||
@override
|
||||
void onClose() {
|
||||
richTextController.dispose();
|
||||
htmlEditorApi?.webViewController.dispose();
|
||||
htmlEditorApi = null;
|
||||
super.onClose();
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ class PublicAssetBindings extends BaseBindings {
|
||||
|
||||
@override
|
||||
void bindingsController() {
|
||||
Get.create(
|
||||
Get.lazyPut(
|
||||
() => PublicAssetController(
|
||||
Get.find<UploadAttachmentInteractor>(tag: BindingTag.publicAssetBindingsTag),
|
||||
Get.find<CreatePublicAssetInteractor>(tag: BindingTag.publicAssetBindingsTag),
|
||||
|
||||
Reference in New Issue
Block a user