feature: support iOS login

This commit is contained in:
2020-05-18 01:31:47 +08:00
parent 2ae415f00f
commit 5380a41b00
16 changed files with 307 additions and 34 deletions

View File

@@ -530,6 +530,10 @@ namespace Pixiview.Illust
illustData = DoLoadIllustData(force);
if (illustData == null)
{
AppShell.Current.PushToLogin(()=>
{
StartLoad(true);
});
//App.DebugError("illusts.load", "failed to load illusts data.");
IsLoading = false;
IsBottomLoading = false;