Move AppErrorView to the api module so that :appnav:root does not have to depend on a impl module.
This commit is contained in:
parent
2a5e9956e4
commit
ef97d135cc
5 changed files with 5 additions and 8 deletions
|
|
@ -51,7 +51,7 @@ dependencies {
|
|||
implementation(projects.features.linknewdevice.api)
|
||||
implementation(projects.features.share.api)
|
||||
|
||||
implementation(projects.services.apperror.impl)
|
||||
implementation(projects.services.apperror.api)
|
||||
implementation(projects.services.appnavstate.api)
|
||||
implementation(projects.services.analytics.api)
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import io.element.android.features.rageshake.api.detection.RageshakeDetectionVie
|
|||
import io.element.android.libraries.designsystem.preview.ElementPreview
|
||||
import io.element.android.libraries.designsystem.preview.PreviewsDayNight
|
||||
import io.element.android.libraries.designsystem.theme.components.Text
|
||||
import io.element.android.services.apperror.impl.AppErrorView
|
||||
import io.element.android.services.apperror.api.AppErrorView
|
||||
|
||||
@Composable
|
||||
fun RootView(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue