fix: broken neutral button
This commit is contained in:
parent
ac531cd3e8
commit
fd8dd26435
3 changed files with 5 additions and 6 deletions
|
@ -84,7 +84,7 @@ class MarkdownCreatorActivity : AppCompatActivity() {
|
|||
AlertDialogBuilder(this).apply {
|
||||
setTitle(R.string.warning)
|
||||
setMessage(R.string.post_to_anilist_warning)
|
||||
setPosButton(R.string.i_understand) {
|
||||
setPosButton(R.string.ok) {
|
||||
launchIO {
|
||||
val success = when (type) {
|
||||
"activity" -> Anilist.mutation.postActivity(text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue