Add insert time of notification
This commit is contained in:
parent
9fdf073dbf
commit
3027d3bb39
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,8 @@ class _MIHNotificationDrawerState extends State<MIHNotificationDrawer> {
|
|||
|
||||
Widget displayNotifications(int index) {
|
||||
String title = widget.notifications[index].notification_type;
|
||||
String subtitle = widget.notifications[index].notification_message;
|
||||
String subtitle =
|
||||
"${widget.notifications[index].insert_date}\n${widget.notifications[index].notification_message}";
|
||||
Widget notificationTitle;
|
||||
if (widget.notifications[index].notification_read == "No") {
|
||||
notificationTitle = Row(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue