Skip to content

Commit

Permalink
Make MergedLifecycle internal
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Sep 24, 2020
1 parent 4ce47c1 commit 861400d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.arkivanov.decompose.lifecycle

class MergedLifecycle private constructor(
internal class MergedLifecycle private constructor(
private val registry: LifecycleRegistry,
lifecycle1: Lifecycle,
lifecycle2: Lifecycle
Expand Down

0 comments on commit 861400d

Please sign in to comment.