Notification message fix

This commit is contained in:
z3r0c00l-2k 2019-05-20 13:45:32 +05:30
parent d1b9f4e0a8
commit 84af32d7fc

View file

@ -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)
)