mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Shared album can now be enabled on release build
This commit is contained in:
parent
2d8738146e
commit
72c3e4735f
1 changed files with 1 additions and 1 deletions
|
@ -1131,5 +1131,5 @@ enum _Experiment {
|
|||
}
|
||||
|
||||
late final _enabledExperiments = [
|
||||
if (kDebugMode) _Experiment.sharedAlbum,
|
||||
_Experiment.sharedAlbum,
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue