From ccfa614dc7fc486855540398bb4abafd678b3939 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sat, 10 Jun 2023 10:26:54 -0300 Subject: [PATCH] fix(boost-button): fix it not updating its state on non-boostable items --- .../main/res/layout/display_item_footer.xml | 269 ++++++++++-------- 1 file changed, 155 insertions(+), 114 deletions(-) diff --git a/mastodon/src/main/res/layout/display_item_footer.xml b/mastodon/src/main/res/layout/display_item_footer.xml index 47be6e5b2..ae83d64fa 100644 --- a/mastodon/src/main/res/layout/display_item_footer.xml +++ b/mastodon/src/main/res/layout/display_item_footer.xml @@ -1,120 +1,161 @@ - + android:layout_height="wrap_content"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + android:layout_height="match_parent"> + + - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + \ No newline at end of file