Procházet zdrojové kódy

playback: drop HUD feedback for volume changes since either the OS or the volume slider handle the visual feedback for us already

Felix Paul Kühne před 12 roky
rodič
revize
05f4a955a6
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      AspenProject/VLCMovieViewController.m

+ 0 - 3
AspenProject/VLCMovieViewController.m

@@ -936,9 +936,6 @@
             musicPlayer.volume -= 0.01;
         else
             musicPlayer.volume += 0.01;
-
-        NSString *volume =[NSString stringWithFormat:@" Volume : %@ %%", [[[NSString stringWithFormat:@"%f",(musicPlayer.volume*100)] componentsSeparatedByString:@"."] objectAtIndex:0]];
-        [self _displayHUDwithText:volume];
     } else if ([panType isEqual:@"Brightness"]) {
         CGFloat brightness = [UIScreen mainScreen].brightness;
         if (panDirectionY > 0)