Fix crash caused by missing line in #5794 (#5803)

Co-Authored-By: Andreas <6576096+ghostbear@users.noreply.github.com>

Co-authored-by: Andreas <6576096+ghostbear@users.noreply.github.com>
This commit is contained in:
Soitora 2021-08-27 20:05:09 +02:00 committed by GitHub
parent df683375b1
commit 38df44ef4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
<Transition <Transition
motion:constraintSetEnd="@+id/end" motion:constraintSetEnd="@+id/end"
motion:constraintSetStart="@id/start" motion:constraintSetStart="@id/start"
android:id="@+id/manga_info_header_transition"
motion:duration="@android:integer/config_mediumAnimTime"> motion:duration="@android:integer/config_mediumAnimTime">
<KeyFrameSet></KeyFrameSet> <KeyFrameSet></KeyFrameSet>
<OnClick motion:targetId="@+id/manga_cover" /> <OnClick motion:targetId="@+id/manga_cover" />