Skip to content

Commit

Permalink
TOREVERT: Add line to make CI working on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Oct 2, 2023
1 parent 068ab4a commit f18c00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/src/main/java/com/swmansion/rnscreens/Screen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit f18c00a

Please sign in to comment.