Skip to content

Commit

Permalink
fix(hashtag-timeline): (un)show mute button as action
Browse files Browse the repository at this point in the history
Lets wait until I have enough life force to actually update the icon of this thing
  • Loading branch information
LucasGGamerM committed Sep 25, 2023
1 parent c3624ed commit 72ca3d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mastodon/src/main/res/menu/hashtag_timeline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<item
android:id="@+id/mute_hashtag"
android:icon="@drawable/ic_fluent_speaker_mute_24_regular"
android:showAsAction="always"
android:title="@string/mo_mute_hashtag"/>
<item
android:id="@+id/follow_hashtag"
Expand Down

0 comments on commit 72ca3d0

Please sign in to comment.