Made audio single-threaded - ITCRASHES nOW, and doesn't work with Android 1.6
This commit is contained in:
@@ -67,13 +67,7 @@ public class MainActivity extends Activity {
|
||||
{
|
||||
if( wakeLock != null )
|
||||
wakeLock.release();
|
||||
if( mAudioThread != null )
|
||||
{
|
||||
mAudioThread.interrupt();
|
||||
try {
|
||||
mAudioThread.join();
|
||||
} catch( java.lang.InterruptedException e ) { };
|
||||
}
|
||||
|
||||
if( mGLView != null )
|
||||
mGLView.exitApp();
|
||||
super.onStop();
|
||||
|
||||
Reference in New Issue
Block a user