disable custom capture flow for now

pull/2/head
Michael Kirk 6 years ago
parent 96dda0cacf
commit aa46113b4a

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

Loading…
Cancel
Save