소스 검색

[RN] Update audio-only icon

Match the one on the web.
master
Saúl Ibarra Corretgé 8 년 전
부모
커밋
46a87e42ce
2개의 변경된 파일2개의 추가작업 그리고 11개의 파일을 삭제
  1. 2
    2
      react/features/toolbox/components/Toolbox.native.js
  2. 0
    9
      react/features/toolbox/components/styles.js

+ 2
- 2
react/features/toolbox/components/Toolbox.native.js 파일 보기

207
                     style = { style }
207
                     style = { style }
208
                     underlayColor = { underlayColor } />
208
                     underlayColor = { underlayColor } />
209
                 <ToolbarButton
209
                 <ToolbarButton
210
-                    iconName = 'hangup'
211
-                    iconStyle = { styles.toggleAudioOnlyIcon }
210
+                    iconName = 'visibility'
211
+                    iconStyle = { iconStyle }
212
                     onClick = { this.props._onToggleAudioOnly }
212
                     onClick = { this.props._onToggleAudioOnly }
213
                     style = { style }
213
                     style = { style }
214
                     underlayColor = { underlayColor } />
214
                     underlayColor = { underlayColor } />

+ 0
- 9
react/features/toolbox/components/styles.js 파일 보기

133
      */
133
      */
134
     secondaryToolbarButtonIcon,
134
     secondaryToolbarButtonIcon,
135
 
135
 
136
-    /**
137
-     * The icon style of the toolbar button in {@link #secondaryToolbar} which
138
-     * toggles the audio-only mode of the current conference.
139
-     */
140
-    toggleAudioOnlyIcon: {
141
-        ...secondaryToolbarButtonIcon,
142
-        transform: [ { rotate: '135deg' } ]
143
-    },
144
-
145
     /**
136
     /**
146
      * The style of the root/top-level {@link Container} of {@link Toolbox}
137
      * The style of the root/top-level {@link Container} of {@link Toolbox}
147
      * which contains {@link Toolbar}s.
138
      * which contains {@link Toolbar}s.

Loading…
취소
저장