version:
bugfixes:修复没有标签不显示微信拨号 update:
This commit is contained in:
@@ -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)) {
|
||||
|
||||
@@ -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>() {{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user