disable custom capture flow for now

This commit is contained in:
Michael Kirk 2019-03-19 12:08:40 -07:00
parent 96dda0cacf
commit aa46113b4a
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ public class FeatureFlags: NSObject {
@objc
public static var useCustomPhotoCapture: Bool {
return true
return false
}
}