Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d95705af authored by Jesse Vincent's avatar Jesse Vincent
Browse files

Speed up the page-flip animation now that we load message views so much faster.

parent 766277dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1750,7 +1750,7 @@ public class MessageView extends K9Activity
            Animation.RELATIVE_TO_PARENT,  right, Animation.RELATIVE_TO_PARENT,  left,
            Animation.RELATIVE_TO_PARENT,  0.0f, Animation.RELATIVE_TO_PARENT,   0.0f
        );
        slide.setDuration(500);
        slide.setDuration(125);
        slide.setFillBefore(true);
        slide.setInterpolator(new AccelerateInterpolator());
        return slide;