解决pad小智语音拉起bug问题

This commit is contained in:
董宏宇
2021-05-24 18:18:44 +08:00
parent 575a64889f
commit 3d234961e8

View File

@@ -128,6 +128,7 @@ public class MogoApplication extends AbsMogoApplication {
Intent intent = new Intent();
intent.setComponent(new ComponentName("com.zhidao.speech.voice.pad",
"com.zhidao.speech.MainActivity"));
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
}
} catch (Exception e) {