mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-07-19 04:00:28 -05:00
improve edit button on tap
This commit is contained in:
@@ -83,6 +83,7 @@ public class ReplyToIssueActivity extends AppCompatActivity {
|
||||
|
||||
replyButton.setOnClickListener(new View.OnClickListener() {
|
||||
public void onClick(View v) {
|
||||
disableProcessButton();
|
||||
IssueActions.editIssueComment(ctx, Integer.valueOf(commentId), addComment.getText().toString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user