Skip to content

Commit

Permalink
fix: app update error notification always disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Nov 11, 2024
1 parent 88f98ea commit 75122e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ internal class AppUpdateNotifier(private val context: Context) {
addAction(
R.drawable.ic_close_24dp,
context.stringResource(MR.strings.action_cancel),
NotificationReceiver.dismissNotificationPendingBroadcast(context, Notifications.ID_APP_UPDATER),
NotificationReceiver.dismissNotificationPendingBroadcast(context, Notifications.ID_APP_UPDATE_PROMPT),
)
}
notificationBuilder.show(Notifications.ID_APP_UPDATER)
notificationBuilder.show(Notifications.ID_APP_UPDATE_PROMPT)
}
}

0 comments on commit 75122e7

Please sign in to comment.