Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffa45714 authored by narinder Rana's avatar narinder Rana
Browse files

investigation code

parent 9746ac66
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -202,6 +202,13 @@ class MessageListAdapter internal constructor(
            } else {
                holder.status.isVisible = false
            }

            if(!holder.displayName.text.trim().toString().equals(res.getString(R.string.general_no_subject))
                && !holder.subject.text.trim().toString().equals(res.getString(R.string.general_no_subject))){
                holder.displayName.setTextColor(res.getColor(R.color.red))
                holder.subject.setTextColor(res.getColor(R.color.red))
            }

        }
    }