File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
WordPressEditor/src/main/java/org/wordpress/android/editor Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ public abstract class EditorFragmentAbstract extends Fragment {
1717
1818 protected EditorFragmentListener mEditorFragmentListener ;
1919 protected boolean mFeaturedImageSupported ;
20+ protected String mBlogSettingMaxImageWidth ;
2021
2122 @ Override
2223 public void onAttach (Activity activity ) {
@@ -32,6 +33,10 @@ public void setFeaturedImageSupported(boolean featuredImageSupported) {
3233 mFeaturedImageSupported = featuredImageSupported ;
3334 }
3435
36+ public void setBlogSettingMaxImageWidth (String blogSettingMaxImageWidth ) {
37+ mBlogSettingMaxImageWidth = blogSettingMaxImageWidth ;
38+ }
39+
3540 /**
3641 * Called by the activity when back button is pressed.
3742 */
You can’t perform that action at this time.
0 commit comments