فهرست منبع

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,6 +150,7 @@ RCT_REMAP_METHOD(getPermissionStatus, getPermissionStatus:(RNPType)type json:(id
             break;
         case RNPTypeMediaLibrary:
             status = [RNPMediaLibrary getStatus];
+            break;
         case RNPTypeMotion:
             status = [RNPMotion getStatus];
             break;