Remove FeatureFlag.IncomingShare

This commit is contained in:
Benoit Marty 2025-08-12 12:53:02 +02:00 committed by Benoit Marty
parent d39332f8cc
commit 4192633930
9 changed files with 1 additions and 172 deletions

View file

@ -1,14 +0,0 @@
/*
* Copyright 2024 New Vector Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
* Please see LICENSE files in the repository root for full details.
*/
package io.element.android.features.share.api
import kotlinx.coroutines.CoroutineScope
interface ShareService {
fun observeFeatureFlag(coroutineScope: CoroutineScope)
}