Add split pane UI for add group members screen.

This commit is contained in:
jeffrey-signal
2025-11-18 13:11:17 -05:00
committed by Cody Henthorne
parent 16d5db3639
commit c851387f57
12 changed files with 544 additions and 26 deletions

View File

@@ -116,7 +116,6 @@ private interface UiCallbacks :
RecipientPickerCallbacks.NewCall {
override suspend fun shouldAllowSelection(selection: RecipientSelection): Boolean = true
override fun onPendingRecipientSelectionsConsumed() = Unit
fun onUserMessageDismissed(userMessage: UserMessage)
fun onBackPressed()