mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-26 17:20:46 +00:00
Inline NewConversationDelegate
This commit is contained in:
parent
8fd653c9d4
commit
a2cce441a8
@ -55,12 +55,10 @@ class NewConversationHomeFragment : Fragment() {
|
|||||||
container: ViewGroup?,
|
container: ViewGroup?,
|
||||||
savedInstanceState: Bundle?
|
savedInstanceState: Bundle?
|
||||||
): View = createThemedComposeView {
|
): View = createThemedComposeView {
|
||||||
delegate.collectAsState().value.let {
|
NewConversationScreen(
|
||||||
NewConversationScreen(
|
accountId = TextSecurePreferences.getLocalNumber(requireContext())!!,
|
||||||
accountId = TextSecurePreferences.getLocalNumber(requireContext())!!,
|
delegate = delegate.collectAsState().value
|
||||||
delegate = it
|
)
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user