mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-11 01:21:56 +01:00
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:
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user