Fix Dia in Profile_Compare
This commit is contained in:
parent
870c9bb23d
commit
06bbae6092
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class ProfileViewerDialog : DaggerDialogFragment() {
|
||||||
profile?.let { profile1 ->
|
profile?.let { profile1 ->
|
||||||
profile2?.let { profile2 ->
|
profile2?.let { profile2 ->
|
||||||
profileview_units.text = profileFunction.getUnits()
|
profileview_units.text = profileFunction.getUnits()
|
||||||
profileview_dia.text = HtmlHelper.fromHtml(formatColors("", profile1.dia, profile1.dia, DecimalFormat("0.00"), resourceHelper.gs(R.string.shorthour)))
|
profileview_dia.text = HtmlHelper.fromHtml(formatColors("", profile1.dia, profile2.dia, DecimalFormat("0.00"), resourceHelper.gs(R.string.shorthour)))
|
||||||
val profileNames =profileName!!.split("\n").toTypedArray()
|
val profileNames =profileName!!.split("\n").toTypedArray()
|
||||||
profileview_activeprofile.text = HtmlHelper.fromHtml(formatColors(profileNames[0], profileNames[1]))
|
profileview_activeprofile.text = HtmlHelper.fromHtml(formatColors(profileNames[0], profileNames[1]))
|
||||||
profileview_date.text = date
|
profileview_date.text = date
|
||||||
|
|
Loading…
Reference in a new issue