mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 21:06:50 +01:00
Fix a small typo in gadgetbridge.model.ServiceCommand
This commit is contained in:
parent
c69ae753ac
commit
eafb795874
@ -2,7 +2,7 @@ package nodomain.freeyourgadget.gadgetbridge.model;
|
|||||||
|
|
||||||
public enum ServiceCommand {
|
public enum ServiceCommand {
|
||||||
|
|
||||||
UNDEFINEND,
|
UNDEFINED,
|
||||||
|
|
||||||
CALL_ACCEPT,
|
CALL_ACCEPT,
|
||||||
CALL_END,
|
CALL_END,
|
||||||
|
Loading…
Reference in New Issue
Block a user