mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-25 08:24:43 +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 = [
|
late final _enabledExperiments = [
|
||||||
if (kDebugMode) _Experiment.sharedAlbum,
|
_Experiment.sharedAlbum,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue