mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
fix label. Fixes #1388
This commit is contained in:
parent
140219fefd
commit
87d923788f
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class TaskSchedulingControls @JvmOverloads constructor(
|
|||
}
|
||||
|
||||
private fun configureViewsForType() {
|
||||
binding.startDateTextview.text = context.getString(if (taskType == Task.TYPE_DAILY) R.string.start_date else R.string.due_date)
|
||||
binding.startDateTitle.text = context.getString(if (taskType == Task.TYPE_DAILY) R.string.start_date else R.string.due_date)
|
||||
binding.repeatsEveryWrapper.visibility = if (taskType == Task.TYPE_DAILY) View.VISIBLE else View.GONE
|
||||
binding.summaryTextview.visibility = if (taskType == Task.TYPE_DAILY) View.VISIBLE else View.GONE
|
||||
binding.weeklyRepeatWrapper.visibility = if (taskType == Task.TYPE_DAILY) View.VISIBLE else View.GONE
|
||||
|
|
|
|||
Loading…
Reference in a new issue