diff --git a/enterprise b/enterprise index f3546ac27a..568a735dd1 160000 --- a/enterprise +++ b/enterprise @@ -1 +1 @@ -Subproject commit f3546ac27aff0b9b0875bbf7fcc496a16ac22595 +Subproject commit 568a735dd13af8b92f62f30976d0944ac541671b diff --git a/libraries/core/src/main/kotlin/io/element/android/libraries/core/coroutine/Flow.kt b/libraries/core/src/main/kotlin/io/element/android/libraries/core/coroutine/Flow.kt index 263cc91648..66fbb7f988 100644 --- a/libraries/core/src/main/kotlin/io/element/android/libraries/core/coroutine/Flow.kt +++ b/libraries/core/src/main/kotlin/io/element/android/libraries/core/coroutine/Flow.kt @@ -10,13 +10,6 @@ package io.element.android.libraries.core.coroutine import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.first -/* - * Copyright 2025 New Vector Ltd. - * - * SPDX-License-Identifier: AGPL-3.0-only - * Please see LICENSE in the repository root for full details. - */ - /** * Returns the first element of the flow that is an instance of [T], waiting for it if necessary. */