fix(native-notifications) Show notifications on max 2 lines
This commit is contained in:
parent
05127467c2
commit
a0af2de33c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue