Skip to content

Commit

Permalink
kotlin format
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Jan 12, 2023
1 parent 188c548 commit e56f1a2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import android.widget.LinearLayout
import androidx.annotation.DrawableRes
import androidx.annotation.StringRes
import androidx.appcompat.app.AlertDialog
import androidx.core.view.marginTop
import com.duckduckgo.mobile.android.R
import com.duckduckgo.mobile.android.databinding.DialogStackedAlertBinding
import com.duckduckgo.mobile.android.ui.view.button.DaxButtonGhost
Expand Down Expand Up @@ -148,7 +147,7 @@ class StackedAlertDialogBuilder(val context: Context) : DaxAlertDialog {
val button = DaxButtonGhost(context, null)
button.text = text

buttonParams.setMargins(0, topMargin, 0, 0)
buttonParams.setMargins(0, topMargin, 0, 0)
button.layoutParams = buttonParams

button.setOnClickListener {
Expand Down

0 comments on commit e56f1a2

Please sign in to comment.