Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
321
Issues
321
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-Android
Commits
f8d19d6e
Commit
f8d19d6e
authored
Apr 06, 2017
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deactivate pull-to-refresh in file picker
parent
6e7d1a1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vlc-android/src/org/videolan/vlc/gui/browser/FilePickerFragment.java
.../src/org/videolan/vlc/gui/browser/FilePickerFragment.java
+1
-0
No files found.
vlc-android/src/org/videolan/vlc/gui/browser/FilePickerFragment.java
View file @
f8d19d6e
...
...
@@ -82,6 +82,7 @@ public class FilePickerFragment extends FileBrowserFragment {
public
void
onStart
()
{
super
.
onStart
();
getActivity
().
setTitle
(
getTitle
());
mSwipeRefreshLayout
.
setEnabled
(
false
);
}
public
void
onClick
(
View
v
,
int
position
,
MediaLibraryItem
item
)
{
...
...
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