Skip to content

Commit f94cb38

Browse files
committed
Enabled override by default for demo app.
1 parent a4ebc8f commit f94cb38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/kotlin/org/wordpress/aztec/demo/MainActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ open class MainActivity : AppCompatActivity(),
395395
val sourceEditor = findViewById<SourceViewEditText>(R.id.source)
396396
val toolbar = findViewById<AztecToolbar>(R.id.formatting_toolbar)
397397

398+
visualEditor.enableSamsungPredictiveBehaviorOverride()
399+
398400
visualEditor.externalLogger = object : AztecLog.ExternalLogger {
399401
override fun log(message: String) {
400402
}

0 commit comments

Comments
 (0)