Delete ChoreographerCompat

Summary:
Deleting ChoreographerCompat as its only method is deprecated and it's unused.

Use Choreographer.FrameCallback instead

changelog: [Android][Breaking] Deleting ChoreographerCompat, Use Choreographer.FrameCallback instead

Reviewed By: alanleedev

Differential Revision: D72817152

fbshipit-source-id: 08624dd07e916116381293cde57a0fdf5452a670
This commit is contained in:
David Vacca
2025-04-10 17:58:01 -07:00
committed by Facebook GitHub Bot
parent d34cbfa819
commit f8b2956437
2 changed files with 0 additions and 24 deletions
@@ -2704,14 +2704,6 @@ public abstract interface class com/facebook/react/modules/common/ModuleDataClea
public abstract fun clearSensitiveData ()V
}
public class com/facebook/react/modules/core/ChoreographerCompat {
public fun <init> ()V
}
public abstract class com/facebook/react/modules/core/ChoreographerCompat$FrameCallback : android/view/Choreographer$FrameCallback {
public fun <init> ()V
}
public abstract interface class com/facebook/react/modules/core/DefaultHardwareBackBtnHandler {
public abstract fun invokeDefaultOnBackPressed ()V
}
@@ -1,16 +0,0 @@
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.modules.core
import android.view.Choreographer
public open class ChoreographerCompat {
@Deprecated("Use Choreographer.FrameCallback instead")
public abstract class FrameCallback : Choreographer.FrameCallback
}