Commit 05b9aeed by cuiliang.shi

AI stop 修改为 pause

1 parent a38b9293
......@@ -15,8 +15,8 @@ android {
applicationId "com.toscl.turingos"
minSdkVersion 15
targetSdkVersion 22
versionCode 7
versionName "0.7"
versionCode 8
versionName "0.8"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
......
......@@ -1337,7 +1337,7 @@ public class MainActivity extends AppCompatActivity implements View.OnClickListe
TTSManager.getInstance().stopTTS();
playView.setChecked(false);
TuringMusic.getInstance().stop();
TuringMusic.getInstance().pause();
super.onPause();
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!