1
0
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:
Julien Pivotto 2015-09-13 14:26:55 +02:00
parent c69ae753ac
commit eafb795874

View File

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