Procházet zdrojové kódy

Adding break point which fixes incorrect media library status

Duane Bester před 7 roky
rodič
revize
c3ca33746e
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      ios/ReactNativePermissions.m

+ 1
- 0
ios/ReactNativePermissions.m Zobrazit soubor

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;