mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
Merge branch '166-improve-edit-button-api-calls' of gitnex/GitNex into master
This commit is contained in:
commit
bc2b609585
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user