Skip to content

Commit 05b37dd

Browse files
committed
remove empty styles
1 parent a92c9e6 commit 05b37dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/views/streaming/radio.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default class KSTOView extends React.PureComponent<void, void, State> {
9494
/>
9595
</View>
9696

97-
<View style={[styles.container, sideways && landscape.container]}>
97+
<View style={styles.container}>
9898
<Title />
9999

100100
<PlayPauseButton
@@ -200,8 +200,6 @@ const landscape = StyleSheet.create({
200200
flexDirection: 'row',
201201
alignItems: 'center',
202202
},
203-
container: {
204-
},
205203
logoWrapper: {
206204
flex: 0,
207205
},

0 commit comments

Comments
 (0)