Skip to content

Commit 9e8a408

Browse files
committed
fix #65, reset save path after pressing Clear
1 parent 5781dba commit 9e8a408

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/kotlin/com/simplemobiletools/draw/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ class MainActivity : SimpleActivity(), MyCanvas.PathsChangedListener {
218218
private fun clearCanvas() {
219219
my_canvas.clearCanvas()
220220
suggestedFileExtension = PNG
221+
curPath = ""
221222
}
222223

223224
private fun pickColor() {

0 commit comments

Comments
 (0)