Constant instead of string in profile

This commit is contained in:
Milos Kozak 2016-10-11 23:55:53 +02:00
parent 5ec339e987
commit 8ff675e8a4

View file

@ -148,7 +148,7 @@ public class NSProfile {
} }
} }
} }
return "mg/dl"; return Constants.MGDL;
} }
public TimeZone getTimeZone() { public TimeZone getTimeZone() {