Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I personally use only the title for most notifications, so I discovered a crash when using the following code to create a notification: ```js actions.notificationBuilder() .withTitle("foo") .send(); ``` There's no message passed to `notificationBuilder()`. In this case, handle it like an empty string as message. Signed-off-by: mueller-ma <[email protected]>
- Loading branch information