Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
4a3a21b5
Commit
4a3a21b5
authored
Dec 02, 2013
by
Felix Paul Kühne
Browse files
app delegate: fix passcode validation failure
parent
c146c1e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCAppDelegate.m
View file @
4a3a21b5
...
...
@@ -155,6 +155,7 @@
-
(
void
)
applicationWillResignActive
:(
UIApplication
*
)
application
{
self
.
passcodeValidated
=
NO
;
[[
MLMediaLibrary
sharedMediaLibrary
]
applicationWillExit
];
}
...
...
@@ -167,6 +168,7 @@
-
(
void
)
applicationWillTerminate
:(
UIApplication
*
)
application
{
self
.
passcodeValidated
=
NO
;
[[
NSUserDefaults
standardUserDefaults
]
synchronize
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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