File tree 1 file changed +3
-0
lines changed
app/src/main/java/com/github/mobile/ui/issue
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ public void onClick(View v) {
311
311
312
312
milestoneArea .setOnClickListener (new OnClickListener () {
313
313
314
+ @ Override
314
315
public void onClick (View v ) {
315
316
if (issue != null && isCollaborator )
316
317
milestoneTask .prompt (issue .getMilestone ());
@@ -320,6 +321,7 @@ public void onClick(View v) {
320
321
headerView .findViewById (id .ll_assignee ).setOnClickListener (
321
322
new OnClickListener () {
322
323
324
+ @ Override
323
325
public void onClick (View v ) {
324
326
if (issue != null && isCollaborator )
325
327
assigneeTask .prompt (issue .getAssignee ());
@@ -328,6 +330,7 @@ public void onClick(View v) {
328
330
329
331
labelsArea .setOnClickListener (new OnClickListener () {
330
332
333
+ @ Override
331
334
public void onClick (View v ) {
332
335
if (issue != null && isCollaborator )
333
336
labelsTask .prompt (issue .getLabels ());
You can’t perform that action at this time.
0 commit comments