bugfixes:修复没有标签不显示微信拨号
update:
This commit is contained in:
2025-07-19 14:41:34 +08:00
parent 219f0bd351
commit 6d44cb8b7a
4 changed files with 8 additions and 6 deletions

View File

@@ -164,10 +164,10 @@ public class EditContactActivity extends BaseMvvmActivity<EditContactViewModel,
return;
}
String groupTag = mViewDataBinding.etGroup.getText().toString();
if (TextUtils.isEmpty(groupTag)) {
Toaster.show("请输入微信群组标签");
return;
}
// if (TextUtils.isEmpty(groupTag)) {
// Toaster.show("请输入微信群组标签");
// return;
// }
File avatarFile;
Log.e("checkContact", "mPictrueFilePath: " + mPictrueFilePath);
if (TextUtils.isEmpty(mPictrueFilePath)) {

View File

@@ -43,7 +43,7 @@ public class AppStatusManager {
this.add("com.tencent.mm");
this.add("com.ss.android.ugc.aweme");
this.add("com.mediatek.camera");
this.add("com.uiui.browser");
}};
private static final Set<String> mExcludeApp = new HashSet<String>() {{

View File

@@ -212,6 +212,7 @@
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_margin="8dp"
android:visibility="gone"
android:background="@drawable/add_wechat_contact_background">
<ImageView

View File

@@ -234,7 +234,8 @@
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_margin="8dp"
android:background="@drawable/add_wechat_contact_background">
android:background="@drawable/add_wechat_contact_background"
android:visibility="gone">
<ImageView
android:id="@+id/imageView11"