remove WidgetAction Edit UI when Yes/No habit is being edited

pull/1960/head
Peketr 2 years ago
parent 745ef6ac4a
commit 6f8075db19

@ -141,6 +141,7 @@ class EditHabitActivity : AppCompatActivity() {
binding.unitOuterBox.visibility = View.GONE binding.unitOuterBox.visibility = View.GONE
binding.targetOuterBox.visibility = View.GONE binding.targetOuterBox.visibility = View.GONE
binding.targetTypeOuterBox.visibility = View.GONE binding.targetTypeOuterBox.visibility = View.GONE
binding.incrementOuterBox.visibility = View.GONE
} }
HabitType.NUMERICAL -> { HabitType.NUMERICAL -> {
binding.nameInput.hint = getString(R.string.measurable_short_example) binding.nameInput.hint = getString(R.string.measurable_short_example)

Loading…
Cancel
Save