Update AndroidNotificationTray.kt

pull/627/head
Nguyen Ly Nam 5 years ago committed by GitHub
parent 21fc5ae85c
commit 0eb5c4e443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,8 @@ class AndroidNotificationTray
context.getString(R.string.no),
pendingIntents.removeRepetition(habit))
val enterAction = Action(R.drawable.ic_action_check,
val enterAction = Action(
R.drawable.ic_action_check,
context.getString(R.string.enter),
pendingIntents.setNumericalValue(context, habit, 0, null))

Loading…
Cancel
Save