瀏覽代碼

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;