mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
fix #71, allow Undoing Clear
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
package com.simplemobiletools.draw.interfaces
|
||||
|
||||
interface CanvasListener {
|
||||
fun toggleUndoVisibility(visible: Boolean)
|
||||
}
|
Reference in New Issue
Block a user