Fix a small typo in gadgetbridge.model.ServiceCommand

live-activity-data
Julien Pivotto 2015-09-13 14:26:55 +02:00
parent c69ae753ac
commit eafb795874
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package nodomain.freeyourgadget.gadgetbridge.model;
public enum ServiceCommand {
UNDEFINEND,
UNDEFINED,
CALL_ACCEPT,
CALL_END,