Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Implement isMuted method in DummyAction (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkrg authored Aug 7, 2020
1 parent 7ede0b9 commit f9dfda5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,10 @@ public String name() {
public String summary() {
return "Test";
}

@Override
public boolean isMuted() {
return false;
}
}
}

0 comments on commit f9dfda5

Please sign in to comment.