Skip to content

Commit

Permalink
chore: Delete unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed May 14, 2024
1 parent b18d33d commit 965101b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/src/main/java/com/eatssu/android/util/DialogUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@ import android.content.DialogInterface

object DialogUtil {

// fun createDialog(positiveMessage: String,
// message: String,
// context: Context,
// listener: DialogInterface.OnClickListener? = null
// ) {
// var builder: AlertDialog.Builder = AlertDialog.Builder(context)
// builder.setMessage(message)
// builder.setPositiveButton(positiveMessage, listener) { dialogInterface, i ->
// dialogInterface.dismiss()
// }
// builder.create().show()
// }


fun createDialogWithTitleAndMessage(
title: String,
message: String,
Expand Down

0 comments on commit 965101b

Please sign in to comment.