bevy / photo-editor-android

Photo Editor SDK contains a lot of features like edit, scale, rotate and draw on images like Instagram stories.
MIT License
548 stars 189 forks source link

Drawing issue #21

Open ehsan-saddique opened 5 years ago

ehsan-saddique commented 5 years ago

There's an issue with drawing tool on Oreo 8. If you draw using the drawing tool, and then try to insert the Text, the drawing is erased. Steps to reproduce:

  1. Tap on the draw icon and start drawing using some color other than black.
  2. After some drawing, tap Done.
  3. Tap on the text icon and start typing some text using some color other than black.
  4. Tap outside the text view to dismiss it.
  5. Drawing disappears.

It works fine on other OS versions, but this happens on Oreo 8.

sreekanth100khere commented 5 years ago

@ehsan-saddique Any more clues why this is happening?

DarkbaronHUST commented 4 years ago

+1 same issue. I found that it only happening with image that took from Camera, for image download from internet, its works fine. Any help!