浏览代码

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

master
Horatiu Muresan 3 年前
父节点
当前提交
5152638529
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/notifications/components/native/Notification.js

+ 1
- 1
react/features/notifications/components/native/Notification.js 查看文件

17
  *
17
  *
18
  * @type {number}
18
  * @type {number}
19
  */
19
  */
20
-const DEFAULT_MAX_LINES = 1;
20
+const DEFAULT_MAX_LINES = 2;
21
 
21
 
22
 /**
22
 /**
23
  * Implements a React {@link Component} to display a notification.
23
  * Implements a React {@link Component} to display a notification.

正在加载...
取消
保存