修复吐司模块不显示字幕的BUG
This commit is contained in:
@@ -28,6 +28,6 @@ public class ToastUtils {
|
||||
}
|
||||
|
||||
public static void show(String message) {
|
||||
Toast.makeText(getInstance().mContext, "", Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(getInstance().mContext, message, Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user