Pebble: use proper icon for "Open on Phone" on Pebble Time

This commit is contained in:
Andreas Shimokawa 2015-09-05 21:00:18 +02:00
parent 1a1277fa3d
commit a839f07496

View File

@ -1207,7 +1207,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
case 0x01: case 0x01:
dismissNotification.event = GBDeviceEventNotificationControl.Event.OPEN; dismissNotification.event = GBDeviceEventNotificationControl.Event.OPEN;
caption = "Opened"; caption = "Opened";
icon_id = 47; // FIXME: find a better one icon_id = 49;
break; break;
case 0x02: case 0x02:
dismissNotification.event = GBDeviceEventNotificationControl.Event.DISMISS; dismissNotification.event = GBDeviceEventNotificationControl.Event.DISMISS;