From d1b4f76d85e4f8f2d219e7c8d76510fee2441d8f Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 13 二月 2019 11:59:37 +0800
Subject: [PATCH] 3335 信息提示优化

---
 System/AssetVersion/InGameDownLoadWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/AssetVersion/InGameDownLoadWin.cs b/System/AssetVersion/InGameDownLoadWin.cs
index 1dbc6b2..827f17f 100644
--- a/System/AssetVersion/InGameDownLoadWin.cs
+++ b/System/AssetVersion/InGameDownLoadWin.cs
@@ -169,7 +169,7 @@
                 case InGameDownLoad.State.Pause:
                     if (Application.internetReachability == NetworkReachability.NotReachable)
                     {
-                        MessageWin.Inst.ShowFixedTip(Language.GetFromLocal(24));
+                        ServerTipDetails.DisplayNormalTip(Language.GetFromLocal(24));
                     }
                     else
                     {

--
Gitblit v1.8.0