From 798128053bb17ed293aa8d5424db3b5ed007d375 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 23 十二月 2024 10:20:57 +0800 Subject: [PATCH] 1.优化订单列表框架,升级为viewPager2,提升性能。 2.添加收到新工单后的红点提醒。 3.修复查询数据为空时报错。 4.优化修改经纬度的流程。 5.修复mqtt的CLIENT_ID一致导致的连接错误。 6.修复收到新工单后点击消息通知栏跳转详情时不更新数据的bug。 --- app/proguard-rules.pro | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index bb1430f..2c6288f 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -145,4 +145,11 @@ # Note: if you use a custom API parser for parsing, you need to add confusion to your custom API entities. Here are the custom API entity obfuscation rules configured in this demo: -keep class com.xuexiang.xupdatedemo.entity.** { *; } --keep class com.hjq.permissions.** {*;} \ No newline at end of file +-keep class com.hjq.permissions.** {*;} + +#閫夋嫨鍥剧墖鐨勬鏋� +-keep class com.luck.picture.lib.** { *; } +-keep class com.luck.lib.camerax.** { *; } +-dontwarn com.yalantis.ucrop** +-keep class com.yalantis.ucrop** { *; } +-keep interface com.yalantis.ucrop** { *; } \ No newline at end of file -- Gitblit v1.8.0