Browse Source

Adding break point which fixes incorrect media library status

Duane Bester 6 years ago
parent
commit
c3ca33746e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      ios/ReactNativePermissions.m

+ 1
- 0
ios/ReactNativePermissions.m View File

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;