Remove FeatureFlag.MediaGallery

This commit is contained in:
Benoit Marty 2025-08-12 15:06:59 +02:00 committed by Benoit Marty
parent 4f0535714e
commit dcb6055783
5 changed files with 3 additions and 20 deletions

View file

@ -96,13 +96,6 @@ enum class FeatureFlags(
defaultValue = { true },
isFinished = false,
),
MediaGallery(
key = "feature.media_gallery",
title = "Allow user to open the media gallery",
description = null,
defaultValue = { true },
isFinished = false,
),
PrintLogsToLogcat(
key = "feature.print_logs_to_logcat",
title = "Print logs to logcat",