1:修改点歌房出现的错误
2:修改进入家族详情页面
This commit is contained in:
@@ -22,7 +22,9 @@ class ForegroundService : Service() {
|
||||
timer?.schedule(object : TimerTask() {
|
||||
override fun run() {
|
||||
Log.d("ForegroundService", "Timer task ${logInt++}")
|
||||
RetrofitClient.getInstance().keepXintiao(CommonAppContext.getInstance().playId);
|
||||
if (CommonAppContext.getInstance().playId!= null && CommonAppContext.getInstance().playId .isNotEmpty()) {
|
||||
RetrofitClient.getInstance().keepXintiao(CommonAppContext.getInstance().playId);
|
||||
}
|
||||
}
|
||||
}, 0L, 60000L)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user