Skip to content

Commit

Permalink
Make FBActivityEventListener public
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Sep 1, 2019
1 parent c4287e6 commit 0f2a784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import com.facebook.CallbackManager;
import com.facebook.react.bridge.BaseActivityEventListener;

/* package */ class FBActivityEventListener extends BaseActivityEventListener {
public class FBActivityEventListener extends BaseActivityEventListener {
private CallbackManager mCallbackManager = CallbackManager.Factory.create();

@Override
Expand Down

0 comments on commit 0f2a784

Please sign in to comment.