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-Android
Commits
3d2aa91a
Commit
3d2aa91a
authored
Jan 05, 2015
by
Edward Wang
Browse files
VideoPlayerActivity: typo
parent
4246cfd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
View file @
3d2aa91a
...
...
@@ -411,7 +411,7 @@ public class VideoPlayerActivity extends ActionBarActivity implements IVideoPlay
SharedPreferences
.
Editor
editor
=
mSettings
.
edit
();
editor
.
putLong
(
PreferencesActivity
.
VIDEO_RESUME_TIME
,
-
1
);
// Also clear the subs list, because it is supposed to be per session
// only (like desktop VLC). We don't want the custom
s
subtitle file
// only (like desktop VLC). We don't want the custom subtitle file
s
// to persist forever with this video.
editor
.
putString
(
PreferencesActivity
.
VIDEO_SUBTITLE_FILES
,
null
);
editor
.
commit
();
...
...
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