Skip to content

Modify 'continueBasedOnFlavorSettings' for enterpise #2138

Description

@DenBond7
 Ok, I remember this situation. Let's standardize it, as follows.
privatefuncontinueBasedOnFlavorSettings() {
if (BuildConfig.FLAVOR==Constants.FLAVOR_NAME_ENTERPRISE) {
// error + retry
} else {
continueWithRegularFlow()
}
}

I believe this will make it the same as my table above. If if doesn't, let me know.

Originally posted by @tomholub in #2123 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions