forked from organicmaps/organicmaps
[android] Fixed 'more reviews' button visibility
This commit is contained in:
parent
484cc0e42d
commit
0dbbb07d6c
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ public class UGCController implements View.OnClickListener, UGC.UGCListener
|
|||
{
|
||||
UiUtils.showIf(ugc != null || canUserRate(ugcUpdate) || ugcUpdate != null, mPreviewUgcInfoView);
|
||||
UiUtils.showIf(canUserRate(ugcUpdate), mLeaveReviewButton, mUgcAddRatingView);
|
||||
UiUtils.showIf(ugc != null, mSummaryRootView);
|
||||
UiUtils.showIf(ugc != null, mSummaryRootView, mUgcMoreReviews);
|
||||
RatingView ratingView = (RatingView) mPreviewUgcInfoView.findViewById(R.id.rating_view);
|
||||
mUgc = ugc;
|
||||
if (mUgc == null)
|
||||
|
|
Loading…
Add table
Reference in a new issue