This commit is contained in:
jinyuer
2021-01-20 13:51:59 +08:00
parent 3b65534a1e
commit 6973347c61
12 changed files with 393 additions and 43 deletions

View File

@@ -60,7 +60,12 @@ public class CommentDialog extends HorizontalAttachPopupView {
}
});
}
public void setType(){
findViewById(R.id.tv_comment).setVisibility(View.GONE);
findViewById(R.id.tv_bug).setVisibility(View.GONE);
findViewById(R.id.tv_add).setVisibility(View.GONE);
findViewById(R.id.v).setVisibility(GONE);
}
public void setShowBug(boolean type) {
if (type) {