|
|
|
@ -20,7 +20,6 @@ package org.isoron.uhabits.activities.habits.show
|
|
|
|
|
|
|
|
|
|
import android.content.ContentUris
|
|
|
|
|
import android.os.Bundle
|
|
|
|
|
import android.util.Log
|
|
|
|
|
import android.view.HapticFeedbackConstants
|
|
|
|
|
import android.view.Menu
|
|
|
|
|
import android.view.MenuItem
|
|
|
|
@ -174,7 +173,7 @@ class ShowHabitActivity : AppCompatActivity(), CommandRunner.Listener {
|
|
|
|
|
frequency: Frequency,
|
|
|
|
|
callback: ListHabitsBehavior.NumberPickerCallback
|
|
|
|
|
) {
|
|
|
|
|
if(!NumberPickerFactory.numberPickerAlreadyExists()) {
|
|
|
|
|
if (!NumberPickerFactory.numberPickerAlreadyExists()) {
|
|
|
|
|
NumberPickerFactory(this@ShowHabitActivity).create(
|
|
|
|
|
value,
|
|
|
|
|
unit,
|
|
|
|
|