Skip to content

Commit b7b4867

Browse files
author
Johann Blake
committed
Modified README.md
1 parent 489baac commit b7b4867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ I have also written an article on Medium that covers the code in this app in muc
99

1010
[https://proandroiddev.com/navigation-with-animated-transitions-using-jetpack-compose-daeb00d4fb45](https://proandroiddev.com/navigation-with-animated-transitions-using-jetpack-compose-daeb00d4fb45)
1111

12-
<br>
12+
1313

1414
This app does not use the Compose navigation framework due to its limitation of the data types that you can use when passing data to another screen. These are limited to the same subset you would normally use under the older View system when passing data to activities and fragments, i.e., the types restricted to bundles. Because Compose doesn't use activities or fragmenets (other than the startup activity), I personally never felt there was a need to restrict the app to these data types. You should be able to pass any data type.
1515

0 commit comments

Comments
 (0)