|
@@ -185,8 +185,10 @@ namespace GFGGame
|
|
|
|
|
|
|
|
|
bool pushResult = await PictureStorageHelper.PushToHWCloud(rsp[0].ToString(), bytes);
|
|
|
- if (!pushResult) return;
|
|
|
-
|
|
|
+ if (!pushResult) {
|
|
|
+ ViewManager.Hide<ModalStatusView>();
|
|
|
+ return;
|
|
|
+ }
|
|
|
|
|
|
long addResult = await PoemPhotoSProxy.ReqAddTophoto((long)rsp[1]);
|
|
|
if (addResult > 0)
|