|
|
|
@ -16,7 +16,6 @@ import org.isoron.uhabits.intents.IntentParser
|
|
|
|
|
import org.isoron.uhabits.intents.PendingIntentFactory
|
|
|
|
|
import org.isoron.uhabits.widgets.WidgetUpdater
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class NumericalCheckmarkWidgetActivity : Activity() {
|
|
|
|
|
|
|
|
|
|
private lateinit var behavior : NumericalCheckmarkWidgetBehavior
|
|
|
|
@ -36,7 +35,6 @@ class NumericalCheckmarkWidgetActivity : Activity() {
|
|
|
|
|
showNumberSelector(this)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CallBackReceiver : ListHabitsBehavior.NumberPickerCallback{
|
|
|
|
|
|
|
|
|
|
private val activity : NumericalCheckmarkWidgetActivity
|
|
|
|
@ -68,5 +66,4 @@ class NumericalCheckmarkWidgetActivity : Activity() {
|
|
|
|
|
companion object{
|
|
|
|
|
const val ACTION_SHOW_NUMERICAL_VALUE_ACTIVITY = "org.isoron.uhabits.ACTION_SHOW_NUMERICAL_VALUE_ACTIVITY"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|