Skip to content

Commit 2736990

Browse files
committed
Updated comment.
1 parent fc72772 commit 2736990

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/plugins/IOnDrawPlugin.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import android.graphics.Canvas
77
*/
88
interface IOnDrawPlugin : IAztecPlugin {
99
/**
10-
* This method is called when onDraw method of AztecText is called.
10+
* This method is called when onDraw method of AztecText is called but before the super call.
1111
* @param canvas canvas of AztecText
12-
* @return html of the result
1312
*/
1413
fun onDraw(canvas: Canvas)
1514
}

0 commit comments

Comments
 (0)