Skip to content

Commit c63e1e7

Browse files
committed
Update gb-mobile ref, don't use React classes
1 parent bbd4cec commit c63e1e7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

libs/editor/WordPressEditor/src/main/java/org/wordpress/android/editor/GutenbergEditorFragment.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import androidx.lifecycle.LiveData;
3333

3434
import com.android.volley.toolbox.ImageLoader;
35-
import com.facebook.react.bridge.ReadableArray;
3635

3736
import org.wordpress.android.util.AppLog;
3837
import org.wordpress.android.util.AppLog.T;
@@ -271,7 +270,7 @@ public void onQueryCurrentProgressForUploadingMedia() {
271270
},
272271
new OnEditorMountListener() {
273272
@Override
274-
public void onEditorDidMount(ReadableArray unsupportedBlocks) {
273+
public void onEditorDidMount(ArrayList<Object> unsupportedBlocks) {
275274
mEditorDidMount = true;
276275
mEditorFragmentListener.onEditorFragmentContentReady(unsupportedBlocks.size() > 0);
277276

0 commit comments

Comments
 (0)