mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-27 06:30:29 +00:00
fix transformation animation, again
This commit is contained in:
parent
802e9e91a8
commit
e600987d65
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public class EventDetailsFragment extends Fragment {
|
|||
.asBitmap()
|
||||
.fitCenter()
|
||||
.dontAnimate()
|
||||
.dontTransform()
|
||||
// .dontTransform()
|
||||
// .listener(new RequestListener<String, GlideDrawable>() {
|
||||
// @Override
|
||||
// public boolean onException(Exception e, String model, Target<GlideDrawable> target, boolean isFirstResource) {
|
||||
|
|
Loading…
Reference in a new issue