Skip to content

Commit d003d93

Browse files
committed
Remove typo from readme
1 parent b14fa97 commit d003d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ After which going to the second screen is as simple as `backstack.goTo(SecondScr
141141

142142
### Warning regarding integration against OnBackPressedDispatcher
143143

144-
The addition of `OnBackPressedDispatcher` by Jetpack's ComponentActivity effectively breaks all code that ever relied on `onBackPressed()` due to poor design decisions.OnBackPressedDispatcher
144+
The addition of `OnBackPressedDispatcher` by Jetpack's ComponentActivity effectively breaks all code that ever relied on `onBackPressed()` due to poor design decisions.
145145

146146
This means that in order to use `OnBackPressedDispatcher` in either Fragments or via the `BackHandler` in Compose, we need to adjust the back handling code to use the following, slightly hacky approach:
147147

0 commit comments

Comments
 (0)