OCNYang
OCNYang
项目名称:QBox(小秋魔盒) 子标题: 小秋魔盒是一个生活工具 App,主要功能有:新闻资讯;微信精选美文;笑话趣图;星座运势;LED字幕;天气;日历;二维码;手电筒;老黄历。 相关介绍: Github地址:[https://github.com/OCNYang/QBox](https://github.com/OCNYang/QBox) 介绍文章地址:[最近开发的一款应用,我选择了哪些框架 & 第三方库](http://www.jianshu.com/p/3442a0b2eee1)
look code: https://github.com/ozcanalasalvar/picker/blob/393c275d1c335ea9af396ded2492b3624b18f29a/datepicker/src/main/java/com/ozcanalasalvar/datepicker/compose/timepicker/WheelTimePicker.kt#L91
我在此仓库的基础上,fork 了一个分支,对 Android 15、16 做了全面适配。 有需要的,可以移步到 [**https://github.com/OCNYang/ImmersionBar**](https://github.com/OCNYang/ImmersionBar) 试用。
表现形式是: 第一次右滑时无法返回到桌面,需要连续右滑两次才能返回桌面。 【因为测试设备有限,且是 ipad 应用,导致排查两天才定位到问题,大家引以为戒】 运行 Log 排查如下: 会有事件,但是一直是 rootView 拦截,且 Activity 的 返回事件(及适配手势返回回调)都不会响应。 ``` title = com.vivaia.pos/com.app.template.LaunchActivity enqueue motion: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=0.0, y[0]=1082.041, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE,...