tmac

Results 5 issues of tmac

初始化fragment时候 界面会跳动 是fragment创建view慢一拍导致的,我的解决方案是直接创建2个view 不知道大佬有啥高见呢? 我把你的翻译成java版本 放在我的github上可以吗??

建议大佬 处理下点击滑块在滑动 不然 我随便点 进度就跳跃了 太灵敏了 滑块的意义都淡化了~

future

java.lang.IllegalStateException: Cannot perform this operation because there is no current transaction. at android.database.sqlite.SQLiteSession.throwIfNoTransaction(SQLiteSession.java:915) at android.database.sqlite.SQLiteSession.endTransaction(SQLiteSession.java:398) at android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase.java:542) at com.lzy.okgo.db.BaseDao.replace(BaseDao.java:200) at com.lzy.okgo.cookie.store.DBCookieStore.saveCookie(DBCookieStore.java:94) at com.lzy.okgo.cookie.store.DBCookieStore.saveCookie(DBCookieStore.java:77) at com.lzy.okgo.cookie.CookieJarImpl.saveFromResponse(CookieJarImpl.java:48) at okhttp3.internal.http.HttpHeaders.receiveHeaders(HttpHeaders.java:318) at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:95) at...

## 描述 ToastUtils内存泄漏 ## 版本 api "com.blankj:utilcode:1.30.6" ## 代码示例 ```java // 放弃xxx.show(view); 方式调用 内存泄漏 public void showReportRemoteGenerateToast() { FrameLayout frameLayout = new FrameLayout(getContext()); TextView textView = new TextView(getContext()); rameLayout.addView(textView, new...

bug

【平台环境】:mac 【Android Studio版本】:Android Studio Iguana | 2023.2.1 【编译使用Java版本】:jdk17 【kotlin版本】:org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20 【gradle-plugin版本】:com.android.tools.build:gradle:7.4.2 【gradle-wrapper版本】:gradle-7.5-bin.zip 【drouter版本】:io.github.didi:drouter-api:2.4.6 [和] io.github.didi:drouter-api-process:1.0.0 【复现步骤】:A 应用 打开 B应用[B冷启动] 【期望结果】:A 应用 能正常打开B应用[B冷启动打开] 【特别说明】:Android9,Android12正常打开目标应用 Android13启动失败 【日志】: 12-27 20:27:20.050 8046 8046 D DRouterCore:...