Add split pane UI for add to groups screen.

This commit is contained in:
jeffrey-signal
2025-11-20 14:47:45 -05:00
parent 872c7c5ce2
commit 1b77a523e4
4 changed files with 466 additions and 0 deletions

View File

@@ -1063,6 +1063,11 @@
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:exported="false"/>
<activity
android:name=".groups.ui.addtogroup.AddToGroupsActivityV2"
android:exported="false"
android:theme="@style/Signal.DayNight.NoActionBar" />
<activity
android:name=".groups.ui.addmembers.AddMembersActivity"
android:exported="false"