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:
David Vacca
2023-08-14 09:54:54 -07:00
committed by Facebook GitHub Bot
parent 29f072fc75
commit 76341a0215

View File

@@ -10,7 +10,7 @@ package com.facebook.flipper.plugins.react;
import com.facebook.flipper.core.FlipperConnection; import com.facebook.flipper.core.FlipperConnection;
import com.facebook.flipper.core.FlipperPlugin; 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 @Deprecated
public class ReactFlipperPlugin implements FlipperPlugin { public class ReactFlipperPlugin implements FlipperPlugin {