Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-Android
Commits
992a700b
Commit
992a700b
authored
Jun 10, 2016
by
Geoffrey Métais
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post refresh in handler
parent
63e40d15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.java
...oid/src/org/videolan/vlc/gui/video/VideoGridFragment.java
+1
-1
No files found.
vlc-android/src/org/videolan/vlc/gui/video/VideoGridFragment.java
View file @
992a700b
...
...
@@ -420,7 +420,7 @@ public class VideoGridFragment extends MediaBrowserFragment implements ISortable
}
}
m
GridView
.
post
(
new
Runnable
()
{
m
Handler
.
post
(
new
Runnable
()
{
@Override
public
void
run
()
{
mVideoAdapter
.
clear
();
...
...
Geoffrey Métais
@Dekans
mentioned in commit
ccce6131
·
Jun 10, 2016
mentioned in commit
ccce6131
mentioned in commit ccce6131606b0928d59707f9491555da957865b7
Toggle commit list
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