Felix Paul Kühne 11 gadi atpakaļ
vecāks
revīzija
10649b507d

+ 1 - 1
Sources/VLC for iOS-Info.plist

@@ -207,7 +207,7 @@
 				<integer>1</integer>
 			</dict>
 			<key>Translucent</key>
-			<false/>
+			<true/>
 		</dict>
 	</dict>
 	<key>UISupportedInterfaceOrientations</key>

+ 1 - 1
Sources/VLCPlaylistViewController.m

@@ -660,7 +660,7 @@ static NSString *kDisplayedFirstSteps = @"Did we display the first steps tutoria
 - (UIEdgeInsets)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout insetForSectionAtIndex:(NSInteger)section
 {
     if (SYSTEM_RUNS_IOS7_OR_LATER)
-        return UIEdgeInsetsMake(0., 0., 0., 0.);
+        return UIEdgeInsetsZero;
     return UIEdgeInsetsMake(0.0, 34.0, 0.0, 34.0);
 }