Skip to content

Commit

Permalink
Fix megaphone snooze.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal committed Feb 4, 2020
1 parent 48e7f82 commit 6465248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public boolean canSnooze() {
}

public @Nullable EventListener getSnoozeListener() {
return buttonListener;
return snoozeListener;
}

public @Nullable EventListener getOnVisibleListener() {
Expand Down

0 comments on commit 6465248

Please sign in to comment.