We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5b6c3 commit 233823eCopy full SHA for 233823e
aztec/src/main/kotlin/org/wordpress/aztec/EnhancedMovementMethod.kt
@@ -19,7 +19,6 @@ object EnhancedMovementMethod : ArrowKeyMovementMethod() {
19
private var linkTappedListenerRef: WeakReference<AztecText.OnLinkTappedListener?> = WeakReference(null)
20
var isLinkTapEnabled = false
21
22
-
23
fun setLinkTappedListener(listener: AztecText.OnLinkTappedListener?) {
24
linkTappedListenerRef = WeakReference(listener)
25
}
0 commit comments