Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
cdbf40e2
Commit
cdbf40e2
authored
Oct 25, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
library: leave edit mode when switching to the sidebar (close #9704)
parent
de4b449c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
AspenProject/VLCPlaylistViewController.m
AspenProject/VLCPlaylistViewController.m
+3
-0
No files found.
AspenProject/VLCPlaylistViewController.m
View file @
cdbf40e2
...
...
@@ -459,6 +459,9 @@
-
(
IBAction
)
leftButtonAction
:(
id
)
sender
{
[[(
VLCAppDelegate
*
)[
UIApplication
sharedApplication
].
delegate
revealController
]
toggleSidebar
:
!
[(
VLCAppDelegate
*
)[
UIApplication
sharedApplication
].
delegate
revealController
].
sidebarShowing
duration
:
kGHRevealSidebarDefaultAnimationDuration
];
if
(
self
.
isEditing
)
[
self
setEditing
:
NO
animated
:
YES
];
}
-
(
IBAction
)
backToAllItems
:(
id
)
sender
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment