Expired timer notification

This commit is contained in:
Phillip Hsu
2016-08-05 01:58:43 -07:00
parent 8dea6301aa
commit 6ae9c3511c
4 changed files with 15 additions and 3 deletions
@@ -59,7 +59,7 @@ public class AlarmRingtoneService extends RingtoneService<Alarm> {
.setContentText(mNormalRingTime)
.setSmallIcon(R.mipmap.ic_launcher)
.build();
nm.notify(TAG, getRingingObject().intId(), note);
nm.notify(TAG, getRingingObject().getIntId(), note);
}
@Override