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

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

4
 import { ActivityIndicator } from 'react-native';
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
 export default class LoadingIndicator extends Component {
11
 export default class LoadingIndicator extends Component {
11
     /**
12
     /**

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

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

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

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

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