Переглянути джерело

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 11 роки тому
батько
коміт
05f4a955a6
1 змінених файлів з 0 додано та 3 видалено
  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)