This commit is contained in:
2026-01-23 13:30:59 +08:00
parent d82595a529
commit c76095788c
@@ -16,8 +16,8 @@ import com.sw.inbound.utils.ext.hideKeyboard
abstract class BaseDialog( abstract class BaseDialog(
context: Context, context: Context,
var defWidth: Int = 1500.dp, var defWidth: Int = 1500.dp,
// var defHeight: Int = 900.dp var defHeight: Int = 900.dp
var defHeight: Int = 750.dp // var defHeight: Int = 750.dp
) : Dialog(context, R.style.DialogTheme) { ) : Dialog(context, R.style.DialogTheme) {
override fun onCreate(savedInstanceState: Bundle?) { override fun onCreate(savedInstanceState: Bundle?) {