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

Commit fa90b4bc authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Fixed 'Show stars' bug.

parent b90819c1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -213,6 +213,10 @@ public class MessageListAdapter extends CursorAdapter
                holder.starImageView.setVisibility(View.GONE);
            }
        }
        else
        {
            holder.starImageView.setVisibility(View.GONE);
        }
        holder.position = cursor.getPosition();
        if (holder.contactBadge != null)
        {