Skip to content

Commit

Permalink
fix: remove duplicate view results button on poll footer
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Nov 28, 2023
1 parent 2ef3e7e commit 69a2fc2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions mastodon/src/main/res/layout/display_item_poll_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@

</LinearLayout>

<Button
android:id="@+id/results_btn"
style="@style/Widget.Mastodon.M3.Button.Text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="16dp"
android:minHeight="48dp"
android:textAppearance="@style/m3_label_small"
android:textAllCaps="true"
android:text="@string/sk_poll_results"/>
<Button
android:id="@+id/vote_btn"
android:layout_width="match_parent"
Expand Down

0 comments on commit 69a2fc2

Please sign in to comment.