mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-21 05:09:00 +00:00
Fix Task names appearing on incorrect task
Removed extra unnecessary filter() onResume causing incorrect task placement
This commit is contained in:
parent
2cef29f475
commit
3c3d1debc7
1 changed files with 0 additions and 1 deletions
|
|
@ -485,7 +485,6 @@ open class TaskRecyclerViewFragment : BaseFragment<FragmentRefreshRecyclerviewBi
|
|||
super.onResume()
|
||||
context?.let { recyclerAdapter?.taskDisplayMode = configManager.taskDisplayMode(it) }
|
||||
setInnerAdapter()
|
||||
recyclerAdapter?.filter()
|
||||
}
|
||||
|
||||
fun setActiveFilter(activeFilter: String) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue