no changes
This commit is contained in:
parent
37a53748a2
commit
1a346e6b5a
13 changed files with 53 additions and 54 deletions
|
@ -104,7 +104,7 @@ class NovelResponseAdapter(
|
|||
binding.root.setOnLongClickListener {
|
||||
val builder = androidx.appcompat.app.AlertDialog.Builder(
|
||||
fragment.requireContext(),
|
||||
R.style.DialogTheme
|
||||
R.style.MyPopup
|
||||
)
|
||||
builder.setTitle("Delete ${novel.name}?")
|
||||
builder.setMessage("Are you sure you want to delete ${novel.name}?")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue