fix(notifications): set dual-schedule fallbackBehavior to skip

Avoid showing default New Activity copy when dual content is missing or
outside contentTimeout, per PLUGIN_NOTIFICATION_FIX_ANDROID.md.
This commit is contained in:
Jose Olarte III
2026-04-16 21:21:37 +08:00
parent 24957e0c6f
commit b9f19d3898
2 changed files with 907 additions and 282 deletions

1187
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -78,7 +78,7 @@ export function buildDualScheduleConfig(
relationship: {
autoLink: true,
contentTimeout: 5 * 60 * 1000, // 5 minutes
fallbackBehavior: "show_default",
fallbackBehavior: "skip", // was "show_default"
},
};
}