Skip to content

Commit

Permalink
Problem with stopAlarmSound on android, fixes #77
Browse files Browse the repository at this point in the history
  • Loading branch information
emekalites committed Aug 15, 2020
1 parent 664c19b commit db03ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void deleteAlarm(int alarmID) {
}

@ReactMethod
public void stopAlarm() {
public void stopAlarmSound() {
alarmUtil.stopAlarmSound();
}

Expand Down

0 comments on commit db03ae3

Please sign in to comment.