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

live-activity-data
Andreas Shimokawa 2015-09-05 21:00:18 +02:00
parent 1a1277fa3d
commit a839f07496
1 changed files with 1 additions and 1 deletions

View File

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