mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Pebble: use proper icon for "Open on Phone" on Pebble Time
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user