Pārlūkot izejas kodu

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

master
Horatiu Muresan 3 gadus atpakaļ
vecāks
revīzija
5152638529

+ 1
- 1
react/features/notifications/components/native/Notification.js Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt