Browse Source

(fix): Change wrong function description

master
Vlad Piersec 3 years ago
parent
commit
9ef71e3b15
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/large-video/components/LargeVideo.web.js

+ 1
- 1
react/features/large-video/components/LargeVideo.web.js View File

168
     _onDoubleTap: () => void
168
     _onDoubleTap: () => void
169
 
169
 
170
     /**
170
     /**
171
-     * Creates the custom styles object.
171
+     * Sets view to tile view on double tap.
172
      *
172
      *
173
      * @param {Object} e - The event.
173
      * @param {Object} e - The event.
174
      * @private
174
      * @private

Loading…
Cancel
Save