update 布局&中英文

This commit is contained in:
2023-09-23 10:31:06 +08:00
parent c015459cf1
commit 4b3b47b65f
4 changed files with 13 additions and 7 deletions

View File

@@ -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");