mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
d34cbfa819
commit
f8b2956437
@@ -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
|
||||
}
|
||||
|
||||
-16
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user