|
@@ -80,10 +80,10 @@ namespace GFGGame
|
|
|
androidJavaObject.Call("scanFile", filePath, "已保存至相册"); //这里我们可以设置保存成功弹窗内容
|
|
|
#endif
|
|
|
}
|
|
|
- protected override void UpdateToCheckGuide(object param)
|
|
|
- {
|
|
|
- if (!ViewManager.CheckIsTopView(this.viewCom)) return;
|
|
|
- GuideController.TryCompleteGuide(ConstGuideId.PHOTOGRAPH, 3);
|
|
|
- }
|
|
|
+ // protected override void UpdateToCheckGuide(object param)
|
|
|
+ // {
|
|
|
+ // if (!ViewManager.CheckIsTopView(this.viewCom)) return;
|
|
|
+ // GuideController.TryCompleteGuide(ConstGuideId.PHOTOGRAPH, 3);
|
|
|
+ // }
|
|
|
}
|
|
|
}
|