fix #71, allow Undoing Clear

This commit is contained in:
tibbi
2017-11-20 23:12:29 +01:00
parent 0208a424e2
commit cd8fd8cb8f
3 changed files with 27 additions and 10 deletions

View File

@ -0,0 +1,5 @@
package com.simplemobiletools.draw.interfaces
interface CanvasListener {
fun toggleUndoVisibility(visible: Boolean)
}