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

Commit 4530aca9 authored by Tony Wickham's avatar Tony Wickham
Browse files

Set parallax offset to be 0.5f for default wallpapers.

This ensures they are centered as they were without any offset.

Bug: 25347076
Change-Id: Id773cd89463d47b350e60878c00e1112e0244414
parent a3c74d10
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -309,7 +309,7 @@ public class WallpaperPickerActivity extends WallpaperCropActivity {


                @Override
                @Override
                public float getParallaxOffset() {
                public float getParallaxOffset() {
                    return 0;
                    return 0.5f;
                }
                }
            };
            };
            req.result = new DrawableTileSource(a.getContext(),
            req.result = new DrawableTileSource(a.getContext(),