Explorar el Código

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 hace 11 años
padre
commit
05f4a955a6
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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)