Fix additional GPU overdraw on post list (#1555)
* Fix additional GPU overdraw on post container * and remove unneeded background color in android's manifest
This commit is contained in:
parent
2f27121824
commit
164a5e863c
2 changed files with 0 additions and 4 deletions
|
|
@ -3,9 +3,6 @@
|
|||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="android:windowIsTranslucent">false</item>
|
||||
<item name="android:windowBackground">@color/white</item>
|
||||
<item name="android:colorBackground">@color/white</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -478,7 +478,6 @@ export default class Post extends PureComponent {
|
|||
const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
||||
return {
|
||||
container: {
|
||||
backgroundColor: theme.centerChannelBg,
|
||||
flexDirection: 'row',
|
||||
},
|
||||
pendingPost: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue