mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-14 04:58:52 -06:00
Reverted unnecessary change
This commit is contained in:
@@ -173,14 +173,7 @@ class ShowHabitActivity : AppCompatActivity(), CommandRunner.Listener {
|
||||
frequency: Frequency,
|
||||
callback: ListHabitsBehavior.NumberPickerCallback
|
||||
) {
|
||||
NumberPickerFactory(this@ShowHabitActivity).create(
|
||||
value,
|
||||
unit,
|
||||
notes,
|
||||
dateString,
|
||||
frequency,
|
||||
callback
|
||||
).show()
|
||||
NumberPickerFactory(this@ShowHabitActivity).create(value, unit, notes, dateString, frequency, callback).show()
|
||||
}
|
||||
|
||||
override fun showCheckmarkDialog(
|
||||
|
||||
Reference in New Issue
Block a user