Fix megaphone snooze.
This commit is contained in:
parent
48e7f82466
commit
6465248483
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class Megaphone {
|
|||
}
|
||||
|
||||
public @Nullable EventListener getSnoozeListener() {
|
||||
return buttonListener;
|
||||
return snoozeListener;
|
||||
}
|
||||
|
||||
public @Nullable EventListener getOnVisibleListener() {
|
||||
|
|
Loading…
Add table
Reference in a new issue