Compare commits

...

1 Commits

Author SHA1 Message Date
Horatiu Muresan a0af2de33c fix(native-notifications) Show notifications on max 2 lines 2022-05-16 15:12:33 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import styles from './styles';
*
* @type {number}
*/
const DEFAULT_MAX_LINES = 1;
const DEFAULT_MAX_LINES = 2;
/**
* Implements a React {@link Component} to display a notification.