Skip to content

Commit

Permalink
Merge pull request #619 from alexzhirkevich/patch-2
Browse files Browse the repository at this point in the history
Fix LTR/RTL mismatch in doc
  • Loading branch information
arkivanov authored Jan 26, 2024
2 parents d103669 + c372130 commit 75f66f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ import com.arkivanov.essenty.backhandler.BackEvent.SwipeEdge
* using [PredictiveBackGestureIcon].
* @param modifier a [Modifier] to applied to the overlay.
* @param startEdgeEnabled controls whether the start edge is enabled or not,
* left in RTL mode and right in LTR mode.
* left in LTR mode and right in RTL mode.
* @param endEdgeEnabled controls whether the end edge is enabled or not,
* right in RTL mode and left in LTR mode.
* right in LTR mode and left in RTL mode.
* @param onClose If supplied, then the back gesture is also handled when there are no other enabled back
* callbacks registered in [backDispatcher], can be used to close the application.
* @param content a content to be shown under the overlay.
Expand Down

0 comments on commit 75f66f2

Please sign in to comment.