Pārlūkot izejas kodu

playback: don't ask user if s/he would like to create a bug report during playback as a shaky environment will trigger the dialog too frequently

Felix Paul Kühne 12 gadi atpakaļ
vecāks
revīzija
c43d49fad6
1 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  1. 0 7
      AspenProject/VLCMovieViewController.m

+ 0 - 7
AspenProject/VLCMovieViewController.m

@@ -510,13 +510,6 @@
     return YES;
 }
 
-
-- (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event
-{
-    if (motion == UIEventSubtypeMotionShake)
-        [[VLCBugreporter sharedInstance] handleBugreportRequest];
-}
-
 - (void)remoteControlReceivedWithEvent:(UIEvent *)event
 {
     switch (event.subtype) {