Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Mar 18, 2024
1 parent ceb53ca commit ca24065
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import pro.respawn.flowmvi.compose.api.SubscriptionMode
@Stable
internal val Lifecycle.asSubscriberLifecycle: SubscriberLifecycle
get() = SubscriberLifecycle { mode, block ->
repeatOnLifecycle(mode.asLifecycleState, block)
}
repeatOnLifecycle(mode.asLifecycleState, block)
}

/**
* Converts this [SubscriptionMode] to a [Lifecycle.State]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package pro.respawn.flowmvi.compose.dsl

import androidx.compose.runtime.Composable
import androidx.compose.runtime.ReadOnlyComposable
import androidx.compose.runtime.remember
import androidx.compose.ui.platform.LocalLifecycleOwner
import pro.respawn.flowmvi.compose.android.asSubscriberLifecycle
import pro.respawn.flowmvi.compose.api.SubscriberLifecycle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package pro.respawn.flowmvi.compose.dsl
import androidx.compose.runtime.Composable
import androidx.compose.runtime.CompositionLocalProvider
import androidx.compose.runtime.ProvidableCompositionLocal
import androidx.compose.runtime.ReadOnlyComposable
import androidx.compose.runtime.remember
import androidx.compose.runtime.staticCompositionLocalOf
import pro.respawn.flowmvi.api.FlowMVIDSL
Expand Down

0 comments on commit ca24065

Please sign in to comment.