Skip to content

Commit

Permalink
Set Bailey Notification to use existing notification id
Browse files Browse the repository at this point in the history
Fixes onClick for Bailey item
  • Loading branch information
Hafizzle committed Jun 24, 2023
1 parent 5969c64 commit 897b3cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class NotificationsActivity : BaseActivity(), androidx.swiperefreshlayout.widget
val baileyNewsData = baileyNotification.data as? NewStuffData
fromHtml("<b>" + getString(R.string.new_bailey_update) + "</b><br>" + baileyNewsData?.title)
}
baileyNotification.id = notification.id

return@withContext createDismissableNotificationItem(
baileyNotification,
Expand Down

0 comments on commit 897b3cd

Please sign in to comment.