File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
packages/react-native/ReactAndroid
src/main/java/com/facebook/react/modules/core Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -2727,12 +2727,6 @@ public class com/facebook/react/modules/core/ExceptionsManagerModule : com/faceb
2727
2727
public final class com/facebook/react/modules/core/ExceptionsManagerModule$Companion {
2728
2728
}
2729
2729
2730
- public class com/facebook/react/modules/core/HeadlessJsTaskSupportModule : com/facebook/fbreact/specs/NativeHeadlessJsTaskSupportSpec {
2731
- public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;)V
2732
- public fun notifyTaskFinished (D)V
2733
- public fun notifyTaskRetry (DLcom/facebook/react/bridge/Promise;)V
2734
- }
2735
-
2736
2730
public abstract interface class com/facebook/react/modules/core/JavaScriptTimerExecutor {
2737
2731
public abstract fun callIdleCallbacks (D)V
2738
2732
public abstract fun callTimers (Lcom/facebook/react/bridge/WritableArray;)V
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import com.facebook.react.module.annotations.ReactModule
19
19
* it can e.g. release any resources, stop timers etc.
20
20
*/
21
21
@ReactModule(name = NativeHeadlessJsTaskSupportSpec .NAME )
22
- public open class HeadlessJsTaskSupportModule (reactContext : ReactApplicationContext ? ) :
22
+ internal open class HeadlessJsTaskSupportModule (reactContext : ReactApplicationContext ? ) :
23
23
NativeHeadlessJsTaskSupportSpec (reactContext) {
24
24
override fun notifyTaskRetry (taskIdDouble : Double , promise : Promise ) {
25
25
val taskId = taskIdDouble.toInt()
You can’t perform that action at this time.
0 commit comments