Explorar o código

correctly cancel text fields when opening the menu (close #13169)

Felix Paul Kühne %!s(int64=10) %!d(string=hai) anos
pai
achega
8981534e66

+ 1 - 0
Sources/VLCDownloadViewController.m

@@ -105,6 +105,7 @@
 
 - (IBAction)goBack:(id)sender
 {
+    [self.view endEditing:YES];
     [[(VLCAppDelegate*)[UIApplication sharedApplication].delegate revealController] toggleSidebar:![(VLCAppDelegate*)[UIApplication sharedApplication].delegate revealController].sidebarShowing duration:kGHRevealSidebarDefaultAnimationDuration];
 }
 

+ 1 - 0
Sources/VLCOpenNetworkStreamViewController.m

@@ -140,6 +140,7 @@
 
 - (IBAction)goBack:(id)sender
 {
+    [self.view endEditing:YES];
     [[(VLCAppDelegate*)[UIApplication sharedApplication].delegate revealController] toggleSidebar:![(VLCAppDelegate*)[UIApplication sharedApplication].delegate revealController].sidebarShowing duration:kGHRevealSidebarDefaultAnimationDuration];
 }