Skip to content

Commit

Permalink
TOREVERT: Board a wellerman from a comment to a ~~boat~~ print
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Oct 2, 2023
1 parent f18c00a commit f8f58df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/com/swmansion/rnscreens/Screen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +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
print("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 f8f58df

Please sign in to comment.