Merge "Some text polish" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
56c820fb65
@@ -45,7 +45,7 @@ public class NotificationHistoryViewHolder extends RecyclerView.ViewHolder {
|
||||
|
||||
void setTitle(CharSequence title) {
|
||||
mTitle.setText(title);
|
||||
mTitle.setVisibility(title != null ? View.VISIBLE : View.GONE);
|
||||
mTitle.setVisibility(title != null ? View.VISIBLE : View.INVISIBLE);
|
||||
}
|
||||
|
||||
void setPostedTime(long postedTime) {
|
||||
|
Reference in New Issue
Block a user