YuYongzhi

Results 4 comments of YuYongzhi

+1,是不是官方不打算支持 gradle 7.3.0了?两年没发布新版本了

1.5.0版本,`inject`方法已经在 try-catch 中了 ![image](https://user-images.githubusercontent.com/6104276/109927843-c1829f80-7cff-11eb-817a-52d9fcbea705.png) 而1.5.1版本中,仅`getSyringe`在 try-catch 中,而`inject`并不在 try-catch 中。 ![image](https://user-images.githubusercontent.com/6104276/109928092-0d354900-7d00-11eb-99ea-fcbf06dc9e37.png) 所以如果遇到`getIntent()`、`getIntent().getExtras()`、`getArguments()`为 null 的情况,就会引起空指针异常。 已提交合并处理空指针的合并请求 #903 ,希望官方尽快合并,并发布1.5.2。

@xyxiao001 这个问题进度怎么样了,什么时间可以解决?

@xyxiao001 有计划修复吗?