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
textSize = dim(R.dimen.smallTextSize)
}
value == Entry.SKIP.toDouble() / 1000 ->{
value == Entry.SKIP.toDouble() / 1000 -> {
label = resources.getString(R.string.fa_skipped)
textSize = dim(R.dimen.smallTextSize)
typeface = getFontAwesome()

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

Loading…
Cancel
Save