|
|
@ -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.core.models.Entry.Companion.YES_MANUAL
|
|
|
|
import org.isoron.uhabits.databinding.CheckmarkPopupBinding
|
|
|
|
import org.isoron.uhabits.databinding.CheckmarkPopupBinding
|
|
|
|
import org.isoron.uhabits.utils.InterfaceUtils.getFontAwesome
|
|
|
|
import org.isoron.uhabits.utils.InterfaceUtils.getFontAwesome
|
|
|
|
import org.isoron.uhabits.utils.sres
|
|
|
|
|
|
|
|
import org.isoron.uhabits.utils.showConfetti
|
|
|
|
import org.isoron.uhabits.utils.showConfetti
|
|
|
|
|
|
|
|
import org.isoron.uhabits.utils.sres
|
|
|
|
|
|
|
|
|
|
|
|
class CheckmarkDialog : AppCompatDialogFragment() {
|
|
|
|
class CheckmarkDialog : AppCompatDialogFragment() {
|
|
|
|
var onToggle: (Int, String) -> Unit = { _, _ -> }
|
|
|
|
var onToggle: (Int, String) -> Unit = { _, _ -> }
|
|
|
|