mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 09:41:02 +00:00
fix: broken neutral button
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user