Skip to content

Commit 490be42

Browse files
committed
Suppress deprecation
1 parent bb54296 commit 490be42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/zoontek/rnedgetoedge/EdgeToEdgeModuleImpl.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import com.facebook.react.common.ReactConstants
1818
object EdgeToEdgeModuleImpl {
1919
const val NAME = "RNEdgeToEdge"
2020

21+
@Suppress("DEPRECATION")
2122
fun applyEdgeToEdge(reactContext: ReactApplicationContext) {
2223
val activity = reactContext.currentActivity
2324
?: return FLog.w(ReactConstants.TAG, "$NAME: Ignored, current activity is null.")

0 commit comments

Comments
 (0)