iamutkarshtiwari / Ananas

An easy image editor integration for your Android apps.
MIT License
250 stars 112 forks source link

Return canceled on back #74

Open thirstycoda opened 3 years ago

thirstycoda commented 3 years ago

There are three scenarios that are useful to know:

  1. The user clicked done after making modifications to the photo
  2. The user clicked done but did not make any changes
  3. The user clicked back

Currently it is not possible to differentiate between 2 and 3. This pull request returns RESULT_CANCELED when the back button is pressed so differentiation is possible

iamutkarshtiwari commented 3 years ago

@thirstycoda Thanks for your great work! Could you please resolve these conflicts?