Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fixup! add per-app clipboard setting
Browse files Browse the repository at this point in the history
  • Loading branch information
octocorvus committed Aug 14, 2024
1 parent 193bc0d commit c95545b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected void modifyNotification(Notification.Builder nb, int notifId) {
nb.setContentText(contentText);

{
Intent settingsIntent = SettingsIntents.getAppIntent(SettingsIntents.APP_CLIPBOARD,
Intent settingsIntent = SettingsIntents.getAppIntent(ctx, SettingsIntents.APP_CLIPBOARD,
pkgName);
PendingIntent pi = PendingIntent.getActivityAsUser(ctx, 0, settingsIntent,
PendingIntent.FLAG_IMMUTABLE, null, userHandle);
Expand Down

0 comments on commit c95545b

Please sign in to comment.