2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-03 10:15:29 +02:00

Add an empty line to the end of MediaSideScroll.kt

This commit is contained in:
Nikola Trubitsyn 2018-02-02 16:52:23 +03:00
parent 330d501889
commit e91bc71ee0

View file

@ -146,4 +146,4 @@ class MediaSideScroll(val activity: Activity, val slideInfoView: TextView, val o
slideInfoView.animate().alpha(0f)
}, SLIDE_INFO_FADE_DELAY)
}
}
}