浏览代码

Fix UIDocumentInteractionController memory issue

Ben Hsieh 8 年前
父节点
当前提交
a75f3c2032
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/ios/RNFetchBlob/RNFetchBlob.h

+ 1
- 1
src/ios/RNFetchBlob/RNFetchBlob.h 查看文件

@@ -17,7 +17,7 @@
17 17
 }
18 18
 
19 19
 @property (nonatomic) NSString * filePathPrefix;
20
-@property (nonatomic) UIDocumentInteractionController * documentController;
20
+@property (retain) UIDocumentInteractionController * documentController;
21 21
 
22 22
 + (RCTBridge *)getRCTBridge;
23 23
 + (void) checkExpiredSessions;