gsantner / memetastic

Meme Creator for Android - Simple & Ad-Free
https://github.com/gsantner/memetastic#readme
GNU General Public License v3.0
310 stars 122 forks source link

Allow writing two files in the same minute #246

Closed edthedev closed 10 months ago

edthedev commented 10 months ago

Closes #245

gsantner commented 10 months ago

You need to know that there actually is a long existing reasoning behind this. The intention was to not save multiple images in case you typed something wrong and want to edit it again.

Making two memes a minute probably also means it's a trash meme.
But anyway, it's of course better to not have some unwanted "one image per minute" code which is supposed to be originally "overwriting the same meme after typo".

Guess there are better ways to improve, but it's fine as quick fix 😄 .

gsantner commented 10 months ago

Thank you @edthedev , merged!