resolved bookmark issue, related illusts issue.

This commit is contained in:
2021-08-02 17:22:36 +08:00
parent 23202abd98
commit 98676ce8b2
11 changed files with 80 additions and 112 deletions

View File

@@ -79,9 +79,9 @@
</dict>
</array>
<key>CFBundleShortVersionString</key>
<string>1.2.727</string>
<string>1.3.802</string>
<key>CFBundleVersion</key>
<string>31</string>
<string>32</string>
<key>CFBundleDevelopmentRegion</key>
<string>China</string>
</dict>

View File

@@ -90,7 +90,7 @@ namespace Pixiview.iOS.Renderers
if (Element is AdaptedPage page)
{
AppShell.Current?.SetStatusBarHeight(
NavigationController.NavigationBar.Frame.Height,
NavigationController?.NavigationBar.Frame.Height ?? 0,
UIApplication.SharedApplication.StatusBarFrame.Height);
var landscape =
lastOrientation == UIDeviceOrientation.LandscapeLeft ||