Skip to content

Commit

Permalink
FMImageEditor: fix opening default menu
Browse files Browse the repository at this point in the history
  • Loading branch information
congnd committed Jun 6, 2020
1 parent 97c3ed0 commit eb6db97
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,7 @@ public class FMImageEditorViewController: UIViewController {

if config.availableFilters != nil {
openFiltersMenu()
}

if config.availableCrops != nil {
} else if config.availableCrops != nil {
openCropsMenu()
}

Expand Down

0 comments on commit eb6db97

Please sign in to comment.