Skip to content

Commit

Permalink
Move SurfaceHandler to fabric/interfaces (facebook#38508)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#38508

Moving SurfaceHandler to `fabric/interfaces` since it was already a interface.

changelog: [internal] internal

Reviewed By: luluwu2032

Differential Revision: D47280778

fbshipit-source-id: e759cb6e1b570b782ff208f7cf26b9b9f62762b4
  • Loading branch information
arushikesarwani94 authored and facebook-github-bot committed Jul 19, 2023
1 parent 442ccee commit 6d1de63
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import com.facebook.react.bridge.WritableNativeMap;
import com.facebook.react.bridgeless.internal.bolts.Task;
import com.facebook.react.common.annotations.VisibleForTesting;
import com.facebook.react.fabric.SurfaceHandler;
import com.facebook.react.fabric.SurfaceHandlerBinding;
import com.facebook.react.fabric.interfaces.SurfaceHandler;
import com.facebook.react.interfaces.ReactSurfaceInterface;
import com.facebook.react.interfaces.TaskInterface;
import com.facebook.react.modules.i18nmanager.I18nUtil;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
import com.facebook.react.fabric.events.EventBeatManager;
import com.facebook.react.fabric.events.EventEmitterWrapper;
import com.facebook.react.fabric.events.FabricEventEmitter;
import com.facebook.react.fabric.interfaces.SurfaceHandler;
import com.facebook.react.fabric.interop.InteropEventEmitter;
import com.facebook.react.fabric.mounting.MountItemDispatcher;
import com.facebook.react.fabric.mounting.MountingManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import com.facebook.jni.HybridData;
import com.facebook.proguard.annotations.DoNotStrip;
import com.facebook.react.bridge.NativeMap;
import com.facebook.react.fabric.interfaces.SurfaceHandler;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.react.fabric
package com.facebook.react.fabric.interfaces

import com.facebook.react.bridge.NativeMap
import javax.annotation.concurrent.ThreadSafe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import android.view.View;
import com.facebook.react.bridge.NativeMap;
import com.facebook.react.bridgeless.internal.bolts.Task;
import com.facebook.react.fabric.SurfaceHandler;
import com.facebook.react.fabric.interfaces.SurfaceHandler;
import com.facebook.react.uimanager.events.EventDispatcher;
import java.util.concurrent.Callable;
import org.junit.Before;
Expand Down

0 comments on commit 6d1de63

Please sign in to comment.