Merge "UX updates for notif history" into rvc-qpr-dev am: 1fafa1b738
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12178344 Change-Id: I3fa33a4f5334f05239a1ab4685485a8cb84295fa
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user