mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Huawei: calendar update event fixed
This commit is contained in:
parent
db10fd66f2
commit
232ed36a95
@ -44,7 +44,7 @@ public class HuaweiP2PCalendarService extends HuaweiBaseP2PService {
|
|||||||
|
|
||||||
public final int OPERATION_ADD = 1;
|
public final int OPERATION_ADD = 1;
|
||||||
public final int OPERATION_DELETE = 2;
|
public final int OPERATION_DELETE = 2;
|
||||||
public final int OPERATION_UPDATE = 2;
|
public final int OPERATION_UPDATE = 3;
|
||||||
|
|
||||||
public static final String MODULE = "hw.unitedevice.calendarapp";
|
public static final String MODULE = "hw.unitedevice.calendarapp";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user