File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/src/main/kotlin/org/wordpress/aztec/demo Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ import org.wordpress.aztec.glideloader.GlideImageLoader
4646import org.wordpress.aztec.glideloader.GlideVideoThumbnailLoader
4747import org.wordpress.aztec.plugins.CssUnderlinePlugin
4848import org.wordpress.aztec.plugins.IMediaToolbarButton
49- import org.wordpress.aztec.plugins.UrlPastePlugin
5049import org.wordpress.aztec.plugins.shortcodes.AudioShortcodePlugin
5150import org.wordpress.aztec.plugins.shortcodes.CaptionShortcodePlugin
5251import org.wordpress.aztec.plugins.shortcodes.VideoShortcodePlugin
@@ -450,7 +449,6 @@ open class MainActivity : AppCompatActivity(),
450449 .addPlugin(HiddenGutenbergPlugin (visualEditor))
451450 .addPlugin(galleryButton)
452451 .addPlugin(cameraButton)
453- .addPlugin(UrlPastePlugin ())
454452
455453 // initialize the plugins, text & HTML
456454 if (! isRunningTest) {
You can’t perform that action at this time.
0 commit comments