HeMing123
HeMing123
7e0437126c4d61f85497835ea8a0ce8d8f07c767 已经修复了旋转屏幕后时间丢失的bug,可为什么经过测试还是会丢失事件?是想通过将activity替换成一个static对象保证对象不被销毁吗?但是当fragment重建时新创建的点击事件field并没有只想static的事件吧.我说的对吗?
apiDSL方法中为什么要重复多次创建`ViewModelDsl()`对象呢?抽离出来不更好吗? ```kotlin protected fun apiDSL(apiDSL: ViewModelDsl.() -> Unit) { val s: ViewModelDsl = ViewModelDsl().apply(apiDSL) api { onRequest { s.request() } onResponse { s.onResponse?.invoke(it) } onStart { val override = s.onStart?.invoke()...
Is there any plan to support Huawei's Hongmeng OS