@@ -33,12 +33,12 @@ import org.wordpress.android.util.ImageUtils
3333import org.wordpress.android.util.PermissionUtils
3434import org.wordpress.android.util.ToastUtils
3535import org.wordpress.aztec.*
36+ import org.wordpress.aztec.glideloader.GlideImageLoader
3637import org.wordpress.aztec.glideloader.GlideVideoThumbnailLoader
37- import org.wordpress.aztec.picassoloader.PicassoImageLoader
3838import org.wordpress.aztec.plugins.shortcodes.AudioShortcodePlugin
39- import org.wordpress.aztec.plugins.shortcodes.handlers.CaptionHandler
4039import org.wordpress.aztec.plugins.shortcodes.CaptionShortcodePlugin
4140import org.wordpress.aztec.plugins.shortcodes.VideoShortcodePlugin
41+ import org.wordpress.aztec.plugins.shortcodes.handlers.CaptionHandler
4242import org.wordpress.aztec.plugins.wpcomments.WordPressCommentsPlugin
4343import org.wordpress.aztec.plugins.wpcomments.toolbar.MoreToolbarButton
4444import org.wordpress.aztec.plugins.wpcomments.toolbar.PageToolbarButton
@@ -321,7 +321,7 @@ class MainActivity : AppCompatActivity(),
321321
322322
323323 aztec = Aztec .with (visualEditor, sourceEditor, toolbar, this )
324- .setImageGetter(PicassoImageLoader (this , visualEditor ))
324+ .setImageGetter(GlideImageLoader (this ))
325325 .setVideoThumbnailGetter(GlideVideoThumbnailLoader (this ))
326326 .setOnImeBackListener(this )
327327 .setOnTouchListener(this )
0 commit comments