Fix NoSuchMethodError when calling FbReactApplicationBaseSonarUtil.startSonarClient
Summary: This diff is fixing a NoSuchMethodError when calling FbReactApplicationBaseSonarUtil.startSonarClient. This is causing catalyst Android app to not start. This was caused by D47468613, which changed the signature of the method Reviewed By: cortinico Differential Revision: D48275730 fbshipit-source-id: 4693c299dbd3b6a9ad58a1439bddd9e4bfb8bdf5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
29f072fc75
commit
76341a0215
@@ -10,7 +10,7 @@ package com.facebook.flipper.plugins.react;
|
||||
import com.facebook.flipper.core.FlipperConnection;
|
||||
import com.facebook.flipper.core.FlipperPlugin;
|
||||
|
||||
// This plugin is not needed, but kept here for backward compatilibty
|
||||
// This plugin is not needed, but kept here for backward compatibility
|
||||
@Deprecated
|
||||
public class ReactFlipperPlugin implements FlipperPlugin {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user