mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 22:27:15 +00:00
Fixed gray color selection on dailies and todo's fragment
This commit is contained in:
parent
1d15e67ce3
commit
2e6b8a88f8
1 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ package com.habitrpg.android.habitica.ui.fragments.tasks
|
|||
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
import android.graphics.Color
|
||||
import android.graphics.drawable.BitmapDrawable
|
||||
import android.os.Bundle
|
||||
import android.util.TypedValue
|
||||
|
|
@ -150,7 +149,6 @@ open class TaskRecyclerViewFragment : BaseFragment(), androidx.swiperefreshlayou
|
|||
override fun onSelectedChanged(viewHolder: androidx.recyclerview.widget.RecyclerView.ViewHolder?, actionState: Int) {
|
||||
super.onSelectedChanged(viewHolder, actionState)
|
||||
if (viewHolder != null) {
|
||||
viewHolder.itemView.setBackgroundColor(Color.LTGRAY)
|
||||
if (fromPosition == null) {
|
||||
fromPosition = viewHolder.adapterPosition
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue