mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Change icon to magnifying-glass to filter room (#1384)
This commit is contained in:
parent
69cf437a39
commit
fa48e8cffa
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue