mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-11 19:16:16 +00:00
nice transition for offline mode
This commit is contained in:
@@ -392,7 +392,8 @@ class MediaAdaptor(
|
||||
Intent(activity, MediaDetailsActivity::class.java).putExtra(
|
||||
"media",
|
||||
media as Serializable
|
||||
), if (itemCompactImage != null) {
|
||||
),
|
||||
if (itemCompactImage != null) {
|
||||
ActivityOptionsCompat.makeSceneTransitionAnimation(
|
||||
activity,
|
||||
Pair.create(
|
||||
|
||||
Reference in New Issue
Block a user