浏览代码

Merge pull request #227 from duanebester/permission-media-library-break-ios

Adding break point which fixes incorrect media library status
Mathieu Acthernoene 7 年前
父节点
当前提交
99ac660f9c
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      ios/ReactNativePermissions.m

+ 1
- 0
ios/ReactNativePermissions.m 查看文件

150
             break;
150
             break;
151
         case RNPTypeMediaLibrary:
151
         case RNPTypeMediaLibrary:
152
             status = [RNPMediaLibrary getStatus];
152
             status = [RNPMediaLibrary getStatus];
153
+            break;
153
         case RNPTypeMotion:
154
         case RNPTypeMotion:
154
             status = [RNPMotion getStatus];
155
             status = [RNPMotion getStatus];
155
             break;
156
             break;