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

Commit 0db56a9a authored by Fs00's avatar Fs00
Browse files

Make initial zoom level consistent both in vertical and landscape mode

parent 8b5c9102
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ public class MainActivity extends ProgressActivity implements OnPageChangeListen
                .scrollHandle(new DefaultScrollHandle(this))
                .spacing(10) // in dp
                .onPageError(this)
                .pageFitPolicy(FitPolicy.BOTH)
                .pageFitPolicy(FitPolicy.WIDTH)
                .password(PDF_PASSWORD)
                .swipeHorizontal(prefManager.getBoolean("scroll_pref", false))
                .autoSpacing(prefManager.getBoolean("scroll_pref", false))