mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 06:07:16 +00:00
fix deleting tags. Fixes #1385
This commit is contained in:
parent
bb38e3d14f
commit
140219fefd
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ class TaskFilterDialog(context: Context, component: UserComponent?) : HabiticaAl
|
|||
}
|
||||
tags[index] = changedTag
|
||||
})
|
||||
val deleteButton = wrapper?.findViewById<View>(R.id.delete_button) as? Button
|
||||
val deleteButton = wrapper?.findViewById<View>(R.id.delete_button) as? ImageButton
|
||||
deleteButton?.setOnClickListener {
|
||||
deletedTags.add(tag.id)
|
||||
if (createdTags.containsKey(tag.id)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue