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

Commit

Permalink
Turn on feature flag for manual create
Browse files Browse the repository at this point in the history
  • Loading branch information
eliserichards committed Jan 28, 2020
1 parent b040b40 commit 3aa657b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/mozilla/lockbox/support/FeatureFlags.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ object FeatureFlags {
val CRUD_MANUAL_CREATE = when {
isDebug -> true
isTesting -> true
isRelease -> false
else -> false
isRelease -> true
else -> true
}

/**
Expand Down

0 comments on commit 3aa657b

Please sign in to comment.