fix(native-notifications) Show notifications on max 2 lines

This commit is contained in:
Horatiu Muresan 2022-05-16 15:12:33 +03:00
parent 05127467c2
commit a0af2de33c
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.