Merge "UX updates for notif history"

This commit is contained in:
TreeHugger Robot
2020-07-16 22:05:07 +00:00
committed by Android (Google) Code Review
5 changed files with 6 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ public class NotificationHistoryViewHolder extends RecyclerView.ViewHolder {
NotificationHistoryViewHolder(View itemView) {
super(itemView);
mTime = itemView.findViewById(R.id.timestamp);
mTime.setShowRelativeTime(true);
mTitle = itemView.findViewById(R.id.title);
mSummary = itemView.findViewById(R.id.text);
}