feat: show number picker when creating new chats or adding members (#532)

* feat: show number picker when adding members to group

Refs: https://github.com/FossifyOrg/Messages/issues/456

* feat: always show number picker when creating new chats

Refs: https://github.com/FossifyOrg/Messages/issues/153

* docs: update changelog

* docs: update changelog

* docs: update changelog

* feat: never show add person as an action button

* feat: never show add person as an action button

* docs: update changelog
This commit is contained in:
Naveen Singh 2025-09-27 17:34:17 +05:30 committed by GitHub
parent 2280c4581e
commit b5d865b8c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 23 additions and 35 deletions

View file

@ -23,10 +23,9 @@
app:showAsAction="always" />
<item
android:id="@+id/manage_people"
android:icon="@drawable/ic_add_person_vector"
android:showAsAction="ifRoom"
android:showAsAction="never"
android:title="@string/add_person"
app:showAsAction="ifRoom" />
app:showAsAction="never" />
<item
android:id="@+id/add_number_to_contact"
android:title="@string/add_number_to_contact"