https://bugs.kde.org/show_bug.cgi?id=498257
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/02e9966 | |601ca99f07b9db31cf3edabdd8d | |40ee70 Resolution|--- |FIXED --- Comment #6 from Dmitry Kazakov <[email protected]> --- Git commit 02e9966601ca99f07b9db31cf3edabdd8d40ee70 by Dmitry Kazakov, on behalf of Carsten Hartenfels. Committed on 08/12/2025 at 10:36. Pushed by dkazakov into branch 'master'. [android] Write to temporary file when saving Instead of using QSaveFile, because that doesn't work on Android due to sandboxing. Nor does the usual method of QFile::copy work on Android, we have to do that manually by opening the target file and shoveling bytes. M +90 -12 libs/ui/KisImportExportManager.cpp https://invent.kde.org/graphics/krita/-/commit/02e9966601ca99f07b9db31cf3edabdd8d40ee70 -- You are receiving this mail because: You are watching all bug changes.
