optimize logs, users/related always refresh

This commit is contained in:
2020-05-21 08:43:34 +08:00
parent 21c93310ea
commit 5b8e02a04b
18 changed files with 164 additions and 116 deletions

View File

@@ -26,8 +26,8 @@ namespace Pixiview.iOS
public override bool OpenUrl(UIApplication app, NSUrl url, NSDictionary options)
{
#if DEBUG
App.DebugPrint($"url: {url}.");
#if LOG
App.DebugPrint($"open url: {url}.");
#endif
return App.OpenUrl(url);
}