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

Commit 6c34e953 authored by narinder Rana's avatar narinder Rana
Browse files

refine code

parent 6cdc1ab9
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -103,12 +103,8 @@ class MessageListAdapter internal constructor(
        val message = getItem(position)
        val view: View = convertView ?: newView(parent)




        bindView(view, context, message)


        return view
    }

@@ -223,11 +219,6 @@ class MessageListAdapter internal constructor(
                holder.status.isVisible = false
            }

//            if(message.displayName.trim().toString().equals(res.getString(R.string.general_no_subject))
//                && message.subject?.trim().toString().equals(res.getString(R.string.general_no_subject))){
//                view.setVisibility(View.GONE)
//            }

        }
    }