From d2c3a93008a5d6ef1866501649a2dfd01dc74da5 Mon Sep 17 00:00:00 2001 From: Floens Date: Tue, 16 Jul 2019 23:23:14 +0200 Subject: [PATCH] post cell: ignore NotSibling error. not relevant to us, because we programmatically insert that view. caused the prod build to error out. --- Clover/app/src/main/res/layout/cell_post.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clover/app/src/main/res/layout/cell_post.xml b/Clover/app/src/main/res/layout/cell_post.xml index f7a2ec9d..62e811c5 100644 --- a/Clover/app/src/main/res/layout/cell_post.xml +++ b/Clover/app/src/main/res/layout/cell_post.xml @@ -22,7 +22,7 @@ along with this program. If not, see . android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - tools:ignore="RtlHardcoded,RtlSymmetry"> + tools:ignore="RtlHardcoded,RtlSymmetry,NotSibling">