Skip to content

Commit e69dca9

Browse files
committed
Disable task list in MainActivity.kt
1 parent 27c56d0 commit e69dca9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,6 @@ open class MainActivity : AppCompatActivity(),
429429
}
430430
})
431431

432-
toolbar.enableTaskList()
433-
434432
aztec = Aztec.with(visualEditor, sourceEditor, toolbar, this)
435433
.setImageGetter(GlideImageLoader(this))
436434
.setVideoThumbnailGetter(GlideVideoThumbnailLoader(this))

0 commit comments

Comments
 (0)