Selaa lähdekoodia

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

Adding break point which fixes incorrect media library status
Mathieu Acthernoene 7 vuotta sitten
vanhempi
commit
99ac660f9c
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      ios/ReactNativePermissions.m

+ 1
- 0
ios/ReactNativePermissions.m Näytä tiedosto

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;