Change icon to magnifying-glass to filter room (#1384)

This commit is contained in:
Benoit Marty 2020-05-20 18:47:19 +02:00
parent 69cf437a39
commit fa48e8cffa
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Improvements 🙌:
- Better connectivity lost indicator when airplane mode is on
- Add a setting to hide redacted events (#951)
- Render formatted_body for m.notice and m.emote (#1196)
- Change icon to magnifying-glass to filter room (#1384)
Bugfix 🐛:
- After jump to unread, newer messages are never loaded (#1008)

View file

@ -14,7 +14,7 @@
<item
android:id="@+id/menu_home_filter"
android:icon="@drawable/ic_filter"
android:icon="@drawable/ic_search"
android:title="@string/home_filter_placeholder_home"
app:showAsAction="always" />