Pebble: use proper icon for "Open on Phone" on Pebble Time
This commit is contained in:
parent
1a1277fa3d
commit
a839f07496
|
@ -1207,7 +1207,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
|
|||
case 0x01:
|
||||
dismissNotification.event = GBDeviceEventNotificationControl.Event.OPEN;
|
||||
caption = "Opened";
|
||||
icon_id = 47; // FIXME: find a better one
|
||||
icon_id = 49;
|
||||
break;
|
||||
case 0x02:
|
||||
dismissNotification.event = GBDeviceEventNotificationControl.Event.DISMISS;
|
||||
|
|
Loading…
Reference in New Issue