Skip to content

Commit a6774de

Browse files
NUmeroAndDevhunterstich
authored andcommitted
[Motion] Fixed documentation
Resolves #1490 GIT_ORIGIN_REV_ID=320582f0e3c652c4d0f2e510659eed78c6f50248 PiperOrigin-RevId: 322177658
1 parent 2803960 commit a6774de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/theming/Motion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ transition to the the provided `Hold` transition.
156156

157157
```kt
158158
// FragmentA.kt
159-
fun onCreate(savedInstanceState: Bundle?) {
159+
override fun onCreate(savedInstanceState: Bundle?) {
160160
super.onCreate(savedInstanceState)
161161

162162
// Fragment A’s exitTransition can be set any time before Fragment A is

0 commit comments

Comments
 (0)