diff --git a/presentation/src/main/java/org/gdsc/presentation/view/custom/JmtAlert.kt b/presentation/src/main/java/org/gdsc/presentation/view/custom/JmtAlert.kt index 52ba1d8c..2079de57 100644 --- a/presentation/src/main/java/org/gdsc/presentation/view/custom/JmtAlert.kt +++ b/presentation/src/main/java/org/gdsc/presentation/view/custom/JmtAlert.kt @@ -126,6 +126,7 @@ class JmtAlert(private val context: Context) { ) { leftButton = AppCompatButton(context).apply { this.text = text + this.stateListAnimator = null this.layoutParams = LinearLayout.LayoutParams(0, LinearLayout.LayoutParams.WRAP_CONTENT, 1f).apply { height = 48.toDp