iotxc

Results 7 issues of iotxc

应该是EVENT_KEY_WORK_MORE, 不是EVENT_KEY_WORK_LIST。 博主的代码风格很赞,除了没注释

博主,使用你的封装方法后出现了如下问题: ![viewmodel](https://user-images.githubusercontent.com/23256376/126460606-a38f40c6-a48a-4542-b394-e61c355100cd.png) ![main_view_model](https://user-images.githubusercontent.com/23256376/126460923-dc1d130e-3d32-45cc-a4ea-1f513bc52860.png) ![mian_activity](https://user-images.githubusercontent.com/23256376/126460944-08cea548-ccb2-4ec2-860d-ae4b5156075d.png) 在触发Exception之后程序并没有崩溃,这个Exception走到了BaseViewModel#handleException的catch中,但是后面再去setValue时,ui就收不到通知了 ![LiveData](https://user-images.githubusercontent.com/23256376/126461141-e85e2cc2-726e-4c51-bcdb-155fe6fccb0b.png) 调试发现后面这个mDispatchingValue一直为true,博主知道怎么解决嘛?

如题,一半是视频,一半变成绿色马赛克了

如题,左边必须要加图片?

使用换肤框架之后无法加载RemoteViews到界面上: ``` android.content.res.Resources$NotFoundException: Resource ID #0x7f0d01da at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:402) at android.content.res.Resources.loadXmlResourceParser(Resources.java:2398) at android.content.res.Resources.getLayout(Resources.java:1292) at android.view.LayoutInflater.inflate(LayoutInflater.java:534) at com.android.internal.policy.HwPhoneLayoutInflater.inflate(HwPhoneLayoutInflater.java:138) at android.view.LayoutInflater.inflate(LayoutInflater.java:483) ```