update 布局&中英文
This commit is contained in:
@@ -92,6 +92,7 @@ public class ToastUtil {
|
||||
if (TextUtils.isEmpty(s)) {
|
||||
return;
|
||||
}
|
||||
Log.i("Toast", "Toast show: "+s);
|
||||
Log.i("ts","ll");
|
||||
Toast.makeText(CommonAppContext.sInstance,s,Toast.LENGTH_SHORT).show();
|
||||
Log.i("ts","22");
|
||||
|
||||
Reference in New Issue
Block a user