Skip to content

Commit

Permalink
Remove unnecessary thread specification when flushing GL on Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Oct 1, 2018
1 parent 4413290 commit 4db25fe
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -111,9 +111,7 @@ public void loadUri(Uri uri) {
}

public void flushGLBuffers() {
inUIThread(() -> {
requestRender();
});
requestRender();
}

// Scroll and click
Expand Down

0 comments on commit 4db25fe

Please sign in to comment.