mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +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
|
- Better connectivity lost indicator when airplane mode is on
|
||||||
- Add a setting to hide redacted events (#951)
|
- Add a setting to hide redacted events (#951)
|
||||||
- Render formatted_body for m.notice and m.emote (#1196)
|
- Render formatted_body for m.notice and m.emote (#1196)
|
||||||
|
- Change icon to magnifying-glass to filter room (#1384)
|
||||||
|
|
||||||
Bugfix 🐛:
|
Bugfix 🐛:
|
||||||
- After jump to unread, newer messages are never loaded (#1008)
|
- After jump to unread, newer messages are never loaded (#1008)
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/menu_home_filter"
|
android:id="@+id/menu_home_filter"
|
||||||
android:icon="@drawable/ic_filter"
|
android:icon="@drawable/ic_search"
|
||||||
android:title="@string/home_filter_placeholder_home"
|
android:title="@string/home_filter_placeholder_home"
|
||||||
app:showAsAction="always" />
|
app:showAsAction="always" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue