summaryrefslogtreecommitdiffstats
path: root/src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java')
-rw-r--r--src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java b/src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java
index 13cf28e8..a5de6def 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java
@@ -466,7 +466,7 @@ public class CellBroadcastAlertService extends Service {
* @param message the alert to display
*/
private void addToNotificationBar(CellBroadcastMessage message) {
- int channelTitleId = CellBroadcastResources.getDialogTitleResource(message);
+ int channelTitleId = CellBroadcastResources.getDialogTitleResource(this, message);
CharSequence channelName = getText(channelTitleId);
String messageBody = message.getMessageBody();