Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 3aa657b

Browse files
author
Elise Richards
committed
Turn on feature flag for manual create
1 parent b040b40 commit 3aa657b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/mozilla/lockbox/support/FeatureFlags.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ object FeatureFlags {
2828
val CRUD_MANUAL_CREATE = when {
2929
isDebug -> true
3030
isTesting -> true
31-
isRelease -> false
32-
else -> false
31+
isRelease -> true
32+
else -> true
3333
}
3434

3535
/**

0 commit comments

Comments
 (0)