Clicking a marked-as-unread notification should mark it as read

Bug: T129898
Change-Id: Ia8c699ccc4bb0feba0949082608357d35971a515
This commit is contained in:
Moriel Schottlender 2016-03-15 17:53:36 -07:00
parent e537b2bac7
commit cd57ab5e54

View file

@ -195,6 +195,9 @@
// Source of this notification if it is cross-wiki
widget.bundle ? widget.getModel().getSource() : ''
);
// Toggle the notification as read
widget.model.toggleRead( true );
} )
);
}