Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Jan 8, 2024
1 parent c442b25 commit 426bee8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/src/main/java/com/swmansion/rnscreens/Screen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ class Screen(context: ReactContext?) : FabricEnabledViewGroup(context) {
?.dispatchEvent(HeaderHeightChangeEvent(id, totalHeight))
}

internal fun expectsDimmingViewUnderneath(): Boolean = stackPresentation == StackPresentation.FORM_SHEET

enum class StackPresentation {
PUSH, MODAL, TRANSPARENT_MODAL, FORM_SHEET
}
Expand Down

0 comments on commit 426bee8

Please sign in to comment.