Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
531
Issue boards
Milestones
Wiki
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
4d626ae8
Commit
4d626ae8
authored
5 years ago
by
Nicolas Pomepuy
Committed by
Geoffrey Métais
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix `copy to clipboard` ctx action cloning `Scan this folder`
Fixes
#1060
parent
4d15600b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!273
Infoactivity fixes
Pipeline
#10023
failed with stage
Stage:
in 3 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-android/src/org/videolan/vlc/util/Constants.kt
+1
-1
1 addition, 1 deletion
vlc-android/src/org/videolan/vlc/util/Constants.kt
with
1 addition
and
1 deletion
vlc-android/src/org/videolan/vlc/util/Constants.kt
+
1
−
1
View file @
4d626ae8
...
...
@@ -165,7 +165,7 @@ const val CTX_PICK_SUBS = 1 shl 22
const
val
CTX_VIDEO_TRACK
=
1
shl
23
const
val
CTX_DOWNLOAD_SUBTITLES_PLAYER
=
1
shl
24
const
val
CTX_ADD_SCANNED
=
1
shl
25
const
val
CTX_COPY
=
1
shl
2
5
const
val
CTX_COPY
=
1
shl
2
6
const
val
CTX_VIDEO_FLAGS
=
CTX_APPEND
or
CTX_PLAY_NEXT
or
CTX_DELETE
or
CTX_DOWNLOAD_SUBTITLES
or
CTX_INFORMATION
or
CTX_PLAY_ALL
or
CTX_PLAY_AS_AUDIO
or
CTX_ADD_TO_PLAYLIST
const
val
CTX_TRACK_FLAGS
=
CTX_APPEND
or
CTX_PLAY_NEXT
or
CTX_DELETE
or
CTX_INFORMATION
or
CTX_PLAY_ALL
or
CTX_ADD_TO_PLAYLIST
or
CTX_SET_RINGTONE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment