Skip to content

Commit 0212b83

Browse files
committed
don't call glview.onPause() in stopThread because the GvrView has
already been shut down by then
1 parent 1d3a725 commit 0212b83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/cardboard/src/processing/cardboard/PSurfaceCardboard.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ public void resumeThread() {
195195

196196
@Override
197197
public boolean stopThread() {
198-
glview.onPause();
199198
running = false;
200199
return true;
201200
}

0 commit comments

Comments
 (0)