Feature collection #19

Open
mwarning wants to merge 24 commits from mwarning/luna-tracker:bottle_time into master
33 changed files with 1700 additions and 578 deletions
Showing only changes of commit d832aa4330 - Show all commits

View File

@@ -101,7 +101,7 @@ class NumericUtils (val context: Context) {
else -> ""
})
}
return formatted.toString()
return formatted.toString().trim()
}
/**