Enable split pane UI for add to groups screen.

This commit is contained in:
jeffrey-signal
2025-11-20 16:27:38 -05:00
parent d4a03ae16b
commit a3aeceb041
8 changed files with 8 additions and 381 deletions

View File

@@ -1059,12 +1059,8 @@
android:exported="false"
android:theme="@style/Signal.DayNight.NoActionBar" />
<activity android:name=".groups.ui.addtogroup.AddToGroupsActivity"
android:theme="@style/Theme.Signal.DayNight.NoActionBar"
android:exported="false"/>
<activity
android:name=".groups.ui.addtogroup.AddToGroupsActivityV2"
android:name=".groups.ui.addtogroup.AddToGroupsActivity"
android:exported="false"
android:theme="@style/Signal.DayNight.NoActionBar" />