Notification message fix
This commit is contained in:
parent
d1b9f4e0a8
commit
84af32d7fc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class NotifierReceiver : BroadcastReceiver() {
|
|||
|
||||
val title = context.resources.getString(R.string.app_name)
|
||||
val messageToShow = prefs.getString(
|
||||
"message_to_show",
|
||||
AppUtils.NOTIFICATION_MSG_KEY,
|
||||
context.resources.getString(R.string.pref_notification_message_value)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue