Commit 51ab033d authored by Preetam Ozarde's avatar Preetam Ozarde

Codacy changes

parent cbc3a595
......@@ -591,10 +591,8 @@ public class FileComplaintFragment extends Fragment {
tagView.addTags(tags);
for (int i = 0; i < tagList2.size(); i++){
if (userAddedTag == true){
if (tagList2.get(i).getName() == cs)
tagList2.get(i).setName(cs + " (U)");
}
if (userAddedTag && tagList2.get(i).getName() == cs)
tagList2.get(i).setName(cs + " (U)");
}
} else {
linearLayoutScrollTags.setVisibility(View.INVISIBLE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment