In the following block of code...
public void onResume() {
super.onPause();
glView.onResume();
}
... I think the call to super should be the .onResume method not the .onPause
method. I could be wrong but it doesn't seem logical.
Original issue reported on code.google.com by kmpu...@uncg.edu on 20 Feb 2014 at 2:19
Original issue reported on code.google.com by
kmpu...@uncg.edu
on 20 Feb 2014 at 2:19Attachments: