styling fix + pos fix
This commit is contained in:
parent
1bbc98d350
commit
0d422a57e7
2 changed files with 4 additions and 4 deletions
|
@ -167,7 +167,7 @@ class MangaReadAdapter(
|
|||
}
|
||||
|
||||
// Create AlertDialog
|
||||
AlertDialog.Builder(currContext())
|
||||
AlertDialog.Builder(currContext(), R.style.MyPopup)
|
||||
.setView(dialogView)
|
||||
.setPositiveButton("OK") { dialog, which ->
|
||||
//add unchecked to hidden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue