mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 12:18:59 +00:00
close expanded checklist when scrolling. Fixes #111
This commit is contained in:
parent
190a2eb66a
commit
843a5a8891
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ public class HabitItemRecyclerViewAdapter<THabitItem extends Task>
|
|||
isClickable = true;
|
||||
}
|
||||
checklistIndicatorWrapper.setClickable(isClickable);
|
||||
displayChecklist = false;
|
||||
this.setDisplayChecklist(false);
|
||||
}
|
||||
|
||||
public void setDisplayChecklist(Boolean displayChecklist) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue