Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class CameraSession(internal val context: Context, internal val callback: Callba
}
}

override fun getLifecycle(): Lifecycle = lifecycleRegistry
override val lifecycle: Lifecycle get() = lifecycleRegistry

/**
* Configures the [CameraSession] with new values in one batch.
Expand Down
Loading