fix ClaimListAdapter and strings.xml

This commit is contained in:
Akinwale Ariwodola 2020-06-25 20:42:55 +01:00
parent 07630ca97b
commit fa78c80592
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ public class ClaimListAdapter extends RecyclerView.Adapter<ClaimListAdapter.View
this.items = new ArrayList<>(); this.items = new ArrayList<>();
for (Claim item : items) { for (Claim item : items) {
if (item != null) { if (item != null) {
items.add(item); this.items.add(item);
} }
} }

View file

@ -363,7 +363,7 @@
<string name="filter_for">Filter for</string> <string name="filter_for">Filter for</string>
<string name="everyone">Everyone</string> <string name="everyone">Everyone</string>
<string name="tags_you_follow">Tags you follow</string> <string name="tags_you_follow">Tags you follow</string>
<string name="customize">Customize</string>Send a tip <string name="customize">Customize</string>
<string name="not_yet_implemented">The selected view is not yet available.</string> <string name="not_yet_implemented">The selected view is not yet available.</string>
<string name="customize_tags_hint">It looks like you have not followed any tags yet.</string> <string name="customize_tags_hint">It looks like you have not followed any tags yet.</string>
<string name="search_for_more_tags">Search for more tags</string> <string name="search_for_more_tags">Search for more tags</string>