nice transition for offline mode
This commit is contained in:
parent
f70ce39fb7
commit
9c67a7e357
4 changed files with 49 additions and 18 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue