A Slack Connect consent dialog exists in the dispatcher but can never be shown.
The dialog branch compares against a value set to null and never assigned anywhere.
What's wrong with this entry?
The dialog dispatcher used by the SDK gained a third branch for a Slack Connect consent dialog, alongside the two existing dialog kinds. The value the branch compares against is set to null and never assigned anywhere in the build, so the branch can never be taken.
- The declaration and the comparison are the only two places the holder appears.
- The dialog kind does not exist at all in v2.1.238.
slackConnectConsentDialog
Strings lifted out of the shipped bundle, so the claim above can be checked against them.