From 164a5e863c70705a8ce964e79a9357599c9e13df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Odziemczyk?= Date: Mon, 2 Apr 2018 18:38:38 +0200 Subject: [PATCH] Fix additional GPU overdraw on post list (#1555) * Fix additional GPU overdraw on post container * and remove unneeded background color in android's manifest --- android/app/src/main/res/values/styles.xml | 3 --- app/components/post/post.js | 1 - 2 files changed, 4 deletions(-) diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 548f3e7fa..319eb0ca1 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -3,9 +3,6 @@ diff --git a/app/components/post/post.js b/app/components/post/post.js index c4b7dfeac..5123e445f 100644 --- a/app/components/post/post.js +++ b/app/components/post/post.js @@ -478,7 +478,6 @@ export default class Post extends PureComponent { const getStyleSheet = makeStyleSheetFromTheme((theme) => { return { container: { - backgroundColor: theme.centerChannelBg, flexDirection: 'row', }, pendingPost: {