Sfoglia il codice sorgente

读取到账信息修改

zengjiebin 7 anni fa
parent
commit
317ed69523

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/view/dialog/DialogNotificationOfArrival.java

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