fix: downloading in multi-pages
fix: cannot export video in some place
This commit is contained in:
parent
d8606f0056
commit
8f11b3d722
@ -62,6 +62,7 @@
|
|||||||
<CodesignKey>iPhone Developer</CodesignKey>
|
<CodesignKey>iPhone Developer</CodesignKey>
|
||||||
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||||
<MtouchUseLlvm>true</MtouchUseLlvm>
|
<MtouchUseLlvm>true</MtouchUseLlvm>
|
||||||
|
<MtouchExtraArgs>--optimize=experimental-xforms-product-type</MtouchExtraArgs>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Main.cs" />
|
<Compile Include="Main.cs" />
|
||||||
|
@ -382,7 +382,7 @@ namespace Pixiview.Illust
|
|||||||
}
|
}
|
||||||
|
|
||||||
var item = items[index];
|
var item = items[index];
|
||||||
if (index > 0)
|
if (index > 0 && !force)
|
||||||
{
|
{
|
||||||
if (item.Loading || item.Image != null)
|
if (item.Loading || item.Image != null)
|
||||||
{
|
{
|
||||||
|
@ -309,6 +309,7 @@ namespace Pixiview.Utils
|
|||||||
{
|
{
|
||||||
frame.FilePath = file;
|
frame.FilePath = file;
|
||||||
frames[i] = ImageSource.FromFile(file);
|
frames[i] = ImageSource.FromFile(file);
|
||||||
|
frame.Incompleted = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user