From 4a9cb9f2dcaacd1f304ccb2e3e325e9e15a64a27 Mon Sep 17 00:00:00 2001 From: sk Date: Thu, 8 Dec 2022 15:53:35 +0100 Subject: [PATCH] fix poll option displaying wrong own vote fixes #132 --- mastodon/src/main/res/layout/display_item_poll_option.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/mastodon/src/main/res/layout/display_item_poll_option.xml b/mastodon/src/main/res/layout/display_item_poll_option.xml index 7d9f53ec7..5747d0f3b 100644 --- a/mastodon/src/main/res/layout/display_item_poll_option.xml +++ b/mastodon/src/main/res/layout/display_item_poll_option.xml @@ -26,7 +26,6 @@ android:layout_height="24dp" android:layout_marginStart="12dp" android:layout_gravity="center_vertical" - android:duplicateParentState="true" android:tint="?colorDarkIcon" android:src="@drawable/ic_poll_option_button"/>