Constant instead of string in profile
This commit is contained in:
parent
5ec339e987
commit
8ff675e8a4
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public class NSProfile {
|
|||
}
|
||||
}
|
||||
}
|
||||
return "mg/dl";
|
||||
return Constants.MGDL;
|
||||
}
|
||||
|
||||
public TimeZone getTimeZone() {
|
||||
|
|
Loading…
Reference in a new issue