Skip to content

Commit

Permalink
chore: Add comment
Browse files Browse the repository at this point in the history
Fixes: LEARNER-10290
  • Loading branch information
HamzaIsrar12 committed Jan 7, 2025
1 parent 807d2fa commit 9127ee4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9127ee4

Please sign in to comment.