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:
Michał Odziemczyk 2018-04-02 18:38:38 +02:00 committed by Harrison Healey
parent 2f27121824
commit 164a5e863c
2 changed files with 0 additions and 4 deletions

View file

@ -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>

View file

@ -478,7 +478,6 @@ export default class Post extends PureComponent {
const getStyleSheet = makeStyleSheetFromTheme((theme) => {
return {
container: {
backgroundColor: theme.centerChannelBg,
flexDirection: 'row',
},
pendingPost: {