mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
improve edit button on tap
This commit is contained in:
parent
fb9d101283
commit
2a05d4e24b
@ -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