Explorar o código

short toast tip with error code

billyyoyo %!s(int64=6) %!d(string=hai) anos
pai
achega
a288cc897f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/src/main/java/com/sheep/jiuyan/samllsheep/utils/G.java

+ 1 - 1
app/src/main/java/com/sheep/jiuyan/samllsheep/utils/G.java

@@ -85,7 +85,7 @@ public class G {
         } else if (msg.getCode() == 404 || msg.getCode() == 503) {
             G.shortToast("错误: " + msg.getCode());
         } else {
-            G.shortToast(msg.getMsg() + (BuildConfig.DEBUG ? "[" + msg.getCode() + "]" : ""));
+            G.shortToast(msg.getMsg() + "[" + msg.getCode() + "]");
         }
     }