version:1.2.7

fix:
update:优化sim卡联系人
This commit is contained in:
2024-09-30 10:27:31 +08:00
parent f03f8df38d
commit 196b93424a
20 changed files with 345 additions and 198 deletions

View File

@@ -94,8 +94,10 @@ public class EditContactDialog extends AlertDialog {
}
if (hideDelete) {
clEdit.setVisibility(View.GONE);
clDelete.setVisibility(View.GONE);
} else {
clEdit.setVisibility(View.VISIBLE);
clDelete.setVisibility(View.VISIBLE);
}
}