forked from organicmaps/organicmaps
[android] Temporarily disabled showing the rating in ugc review layout while server is not ready
This commit is contained in:
parent
f665d57ecd
commit
8aee444f5f
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ class UGCReviewAdapter extends Adapter<UGCReviewAdapter.ViewHolder>
|
|||
mCommentDate = (TextView) itemView.findViewById(R.id.date);
|
||||
mReview = (TextView) itemView.findViewById(R.id.review);
|
||||
mRating = (RatingView) itemView.findViewById(R.id.rating);
|
||||
// TODO: remove "gone" visibility when review rating behaviour is fixed on the server.
|
||||
mRating.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
public void bind(UGC.Review review)
|
||||
|
|
Loading…
Add table
Reference in a new issue