diff --git a/notifications/src/main/java/org/openedx/notifications/presentation/inbox/NotificationsInboxViewModel.kt b/notifications/src/main/java/org/openedx/notifications/presentation/inbox/NotificationsInboxViewModel.kt index 1955e6b31..a4845ec33 100644 --- a/notifications/src/main/java/org/openedx/notifications/presentation/inbox/NotificationsInboxViewModel.kt +++ b/notifications/src/main/java/org/openedx/notifications/presentation/inbox/NotificationsInboxViewModel.kt @@ -128,6 +128,10 @@ class NotificationsInboxViewModel( notifications = notifications.toMap() ) } + + // Navigating the user to the related post or response in the Course Discussion Tab + // will be implemented in a separate PR. + } catch (e: Exception) { e.printStackTrace() emitErrorMessage(e)