Skip to content
Snippets Groups Projects
Commit ccce6131 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Post refresh in handler

(cherry picked from commit 992a700b)
parent c2372e69
No related branches found
No related tags found
No related merge requests found
......@@ -420,7 +420,7 @@ public class VideoGridFragment extends MediaBrowserFragment implements ISortable
}
}
mGridView.post(new Runnable() {
mHandler.post(new Runnable() {
@Override
public void run() {
mVideoAdapter.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment