mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-02-03 18:27:30 +01:00
fix #65, reset save path after pressing Clear
This commit is contained in:
parent
5781dba4aa
commit
9e8a4083ba
@ -218,6 +218,7 @@ class MainActivity : SimpleActivity(), MyCanvas.PathsChangedListener {
|
||||
private fun clearCanvas() {
|
||||
my_canvas.clearCanvas()
|
||||
suggestedFileExtension = PNG
|
||||
curPath = ""
|
||||
}
|
||||
|
||||
private fun pickColor() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user