Skip to content

Commit

Permalink
fixed ktlint erorrs and is building successfully now
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul K authored and Gokul K committed Jul 4, 2023
1 parent 2fd7b44 commit 6901968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import org.isoron.uhabits.core.models.Entry.Companion.UNKNOWN
import org.isoron.uhabits.core.models.Entry.Companion.YES_MANUAL
import org.isoron.uhabits.databinding.CheckmarkPopupBinding
import org.isoron.uhabits.utils.InterfaceUtils.getFontAwesome
import org.isoron.uhabits.utils.sres
import org.isoron.uhabits.utils.showConfetti
import org.isoron.uhabits.utils.sres

class CheckmarkDialog : AppCompatDialogFragment() {
var onToggle: (Int, String) -> Unit = { _, _ -> }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class NumberDialog : AppCompatDialogFragment() {
val konfettiView = requireActivity().findViewById<LinearLayout>(R.id.konfettiLayout)

if (value > 0.0) {
//To motivate, show confetti even if some value is present
// To motivate, show confetti even if some value is present
showConfetti(konfettiView)
}
}
Expand Down

0 comments on commit 6901968

Please sign in to comment.