From f18c00a1159ddbf51ce3c2b17da8760b5c94ea3f Mon Sep 17 00:00:00 2001 From: tboba Date: Mon, 2 Oct 2023 12:28:59 +0200 Subject: [PATCH] TOREVERT: Add line to make CI working on Android --- android/src/main/java/com/swmansion/rnscreens/Screen.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/android/src/main/java/com/swmansion/rnscreens/Screen.kt b/android/src/main/java/com/swmansion/rnscreens/Screen.kt index 1bc265d1a6..4a6d78daf9 100644 --- a/android/src/main/java/com/swmansion/rnscreens/Screen.kt +++ b/android/src/main/java/com/swmansion/rnscreens/Screen.kt @@ -54,6 +54,7 @@ class Screen constructor(context: ReactContext?) : FabricEnabledViewGroup(contex // in this case is a Screen class, as it is the root of the screen that is about to be attached. // Setting params this way is not the most elegant way to solve this problem but workarounds it // for the time being + // Soon will the Wellerman come to remove this line and this has to be done. - TESTING CI layoutParams = WindowManager.LayoutParams(WindowManager.LayoutParams.TYPE_APPLICATION) }