mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-03-15 20:08:00 +01:00
Fix the app name in the intent for the Pebble notification.
This commit is contained in:
parent
22f17966c5
commit
ca96bb9169
1 changed files with 1 additions and 1 deletions
|
@ -4417,7 +4417,7 @@ public class MessagesController implements NotificationCenter.NotificationCenter
|
|||
final String notificationData = new JSONArray().put(jsonData).toString();
|
||||
|
||||
i.putExtra("messageType", "PEBBLE_ALERT");
|
||||
i.putExtra("sender", "MyAndroidApp");
|
||||
i.putExtra("sender", ApplicationLoader.applicationContext.getString(R.string.AppName));
|
||||
i.putExtra("notificationData", notificationData);
|
||||
|
||||
//Log.d(TAG, "About to send a modal alert to Pebble: " %2B notificationData);
|
||||
|
|
Loading…
Add table
Reference in a new issue