Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Nov 8, 2024
1 parent e93b917 commit f72be9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/exh/eh/EHentaiUpdateNotifier.kt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class EHentaiUpdateNotifier(private val context: Context) {
) {
setContentTitle(context.stringResource(MR.strings.notification_update_error, failed))
setContentText(context.stringResource(MR.strings.action_show_errors))
setSmallIcon(R.drawable.ic_tachi)
setSmallIcon(R.drawable.ic_komikku)

setContentIntent(NotificationReceiver.openErrorLogPendingActivity(context, uri))
}
Expand Down

0 comments on commit f72be9c

Please sign in to comment.