|
@@ -75,7 +75,7 @@ public class DialogNotificationOfArrival {
|
|
|
if(!BuildConfig.DEBUG)//测试模式下不读取,方便查看效果
|
|
if(!BuildConfig.DEBUG)//测试模式下不读取,方便查看效果
|
|
|
ApiJSONUtil.readSystemNotification(item);
|
|
ApiJSONUtil.readSystemNotification(item);
|
|
|
//语音
|
|
//语音
|
|
|
- TextToSpeechUtil.get().speakMsg(item.getContent());
|
|
|
|
|
|
|
+ TextToSpeechUtil.get().speakMsg(item.getAbstracts());
|
|
|
//动画
|
|
//动画
|
|
|
ViewUtil.showThenHide(activity, home_page_notice_rv, true);
|
|
ViewUtil.showThenHide(activity, home_page_notice_rv, true);
|
|
|
}
|
|
}
|