Skip to content

Commit

Permalink
Change icon to magnifying-glass to filter room (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed May 20, 2020
1 parent ca37895 commit 7d99a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Features ✨:
Improvements 🙌:
- Better connectivity lost indicator when airplane mode is on
- Add a setting to hide redacted events (#951)
- Change icon to magnifying-glass to filter room (#1384)

Bugfix 🐛:
- After jump to unread, newer messages are never loaded (#1008)
Expand Down
2 changes: 1 addition & 1 deletion vector/src/main/res/menu/home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

Expand Down

0 comments on commit 7d99a36

Please sign in to comment.