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

Commit c2cf2d9c authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

am ebb9ebed: am a1648449: Fixing tiny regression in PagedView spacing

* commit 'ebb9ebed':
  Fixing tiny regression in PagedView spacing
parents c85a63c5 ebb9ebed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@ class DeviceProfile {
            // In portrait, we want the pages spaced such that there is no
            // overhang of the previous / next page into the current page viewport.
            // We assume symmetrical padding in portrait mode.
            return getWorkspacePadding().left;
            return 2 * getWorkspacePadding().left;
        }
    }