Parcourir la source

解决西班牙语翻译出现占位符的问题

wbspool il y a 10 mois
Parent
commit
8b25c502a8
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      libBase/src/main/java/com/develop/base/ext/GlobaExt.kt

+ 0 - 2
libBase/src/main/java/com/develop/base/ext/GlobaExt.kt

@@ -189,8 +189,6 @@ fun getBrandNum(): String {
 fun getSN(): String {
     var serial: String
 
-
-
     //通过反射获取sn号
     try {
         val c = Class.forName("android.os.SystemProperties")