-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong image is displayed #140
Comments
that is an ancient app version, update it please. Ideally get the Pro one from https://play.google.com/store/apps/details?id=com.simplemobiletools.draw.pro |
Error also occurs in Simple-Draw_6.0.3 |
Another way to reach error is [download fileX.png; delete fileX.png; download fileX.png with different data from first and with same filename∧path; open fileX.png with SimpleDraw_6.0.3; previous fileX.png data is displayed instead of current] |
I have the same problem with simple Draw v 6.0.5 Opens wrong (=previous) image with android.intent.action.SEND when content has changed and content-uri remains same In order to document android apps I am using
Unfortunately "Screenshot Assistant" always uses the same content uri content://de.beatbrot.screenshotassistant.fileprovider/screenshots/scr_cropped.jpg for each screenshot and simple-draw assumes that same content-uri means same content As a consequence: If you take a second screenshot and sent it again to simple draw it currently opens the first screenshot and not the new screenshot. To Reproduce:
As a current workaround: i send the new screenshot first to Background info: "Screenshot Assistant" uses this intent to send the screenshot intent:#Intent;action=android.intent.action.SEND;type=image/jpeg;launchFlags=0x1b080000;endACTION: android.intent.action.SEND |
Simple-Draw_4.3.1
[open fileX.png; delete fileX.png; create fileX.png with same path; open fileX.png; 2nd to last fileX.png image is displayed instead of last]
The text was updated successfully, but these errors were encountered: