Right now, on Android, setting body === largeBody will make a notification that transitions from a collapsed to expanded state elegantly, and that's how Android intends to animate it, as far as I know.
on iOS and macOS, as far as I know, largeBody is ignored.
on Windows, it seems that largeBody appears after body in a new line. This is not desirable when the contents are the exact same.
This is not a bug per se, but a shortcoming. I am reporting it anyway.
Right now, on Android, setting
body === largeBodywill make a notification that transitions from a collapsed to expanded state elegantly, and that's how Android intends to animate it, as far as I know.on iOS and macOS, as far as I know,
largeBodyis ignored.on Windows, it seems that
largeBodyappears afterbodyin a new line. This is not desirable when the contents are the exact same.This is not a bug per se, but a shortcoming. I am reporting it anyway.