Lyubo Marinov преди 7 години
родител
ревизия
6fb5c4bc29

+ 3
- 2
react/features/base/react/components/native/LoadingIndicator.js Целия файл

@@ -4,8 +4,9 @@ import React, { Component } from 'react';
4 4
 import { ActivityIndicator } from 'react-native';
5 5
 
6 6
 /**
7
- * Simple wrapper around React Native's {@code ActivityIndicator}, which
8
- * displays an animated (large) loading indicator.
7
+ * An animated, large react-native {@link ActivityIndicator} which is considered
8
+ * a suitable visualization of long-running processes with indeterminate amounts
9
+ * of work to be done.
9 10
  */
10 11
 export default class LoadingIndicator extends Component {
11 12
     /**

+ 1
- 1
react/features/overlay/components/PageReloadFilmstripOnlyOverlay.js Целия файл

@@ -16,7 +16,7 @@ class PageReloadFilmstripOnlyOverlay extends AbstractPageReloadOverlay {
16 16
      * Implements React's {@link Component#render()}.
17 17
      *
18 18
      * @inheritdoc
19
-     * @returns {ReactElement|null}
19
+     * @returns {ReactElement}
20 20
      */
21 21
     render() {
22 22
         const { t } = this.props;

+ 1
- 1
react/features/overlay/components/PageReloadOverlay.js Целия файл

@@ -16,7 +16,7 @@ class PageReloadOverlay extends AbstractPageReloadOverlay {
16 16
      * Implements React's {@link Component#render()}.
17 17
      *
18 18
      * @inheritdoc
19
-     * @returns {ReactElement|null}
19
+     * @returns {ReactElement}
20 20
      */
21 21
     render() {
22 22
         const { isNetworkFailure, t } = this.props;

Loading…
Отказ
Запис