Formatted some more code

pull/1319/head
Jakub Kalinowski 4 years ago
parent d88df53679
commit b75d5eeb34

@ -188,7 +188,7 @@ class NumberButtonView(
typeface = BOLD_TYPEFACE typeface = BOLD_TYPEFACE
textSize = dim(R.dimen.smallTextSize) textSize = dim(R.dimen.smallTextSize)
} }
value == Entry.SKIP.toDouble() / 1000 ->{ value == Entry.SKIP.toDouble() / 1000 -> {
label = resources.getString(R.string.fa_skipped) label = resources.getString(R.string.fa_skipped)
textSize = dim(R.dimen.smallTextSize) textSize = dim(R.dimen.smallTextSize)
typeface = getFontAwesome() typeface = getFontAwesome()

@ -203,6 +203,7 @@ class HistoryCardPresenter(
dateString: String, dateString: String,
callback: ListHabitsBehavior.NumberPickerCallback, callback: ListHabitsBehavior.NumberPickerCallback,
) )
fun showCheckmarkDialog( fun showCheckmarkDialog(
selectedValue: Int, selectedValue: Int,
notes: String, notes: String,

Loading…
Cancel
Save