Try splitting messages into api and impl modules
This commit is contained in:
parent
f2fd168a78
commit
a94862d778
115 changed files with 130 additions and 50 deletions
|
|
@ -17,7 +17,6 @@
|
|||
package io.element.android.libraries.architecture
|
||||
|
||||
import androidx.compose.runtime.Stable
|
||||
import com.bumble.appyx.Appyx
|
||||
import com.bumble.appyx.core.children.ChildEntry
|
||||
import com.bumble.appyx.core.modality.BuildContext
|
||||
import com.bumble.appyx.core.node.ParentNode
|
||||
|
|
@ -28,7 +27,7 @@ import com.bumble.appyx.navmodel.backstack.BackStack
|
|||
abstract class BackstackNode<NavTarget : Any>(
|
||||
val backstack: BackStack<NavTarget>,
|
||||
buildContext: BuildContext,
|
||||
childKeepMode: ChildEntry.KeepMode = Appyx.defaultChildKeepMode,
|
||||
childKeepMode: ChildEntry.KeepMode = ChildEntry.KeepMode.KEEP,
|
||||
plugins: List<Plugin>
|
||||
) : ParentNode<NavTarget>(
|
||||
navModel = backstack,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue