mirror of
https://github.com/rafaelvcaetano/melonDS-android.git
synced 2024-11-23 05:39:41 +00:00
Fix TextInputDialog not showing the title
This commit is contained in:
parent
29102657f9
commit
30d016d759
@ -121,8 +121,8 @@ class TextInputDialog : DialogFragment() {
|
||||
this@Builder.onConfirmListener?.let { setOnConfirmListener(it) }
|
||||
this@Builder.onCancelListener?.let { setOnCancelListener(it) }
|
||||
arguments = bundleOf(
|
||||
KEY_TITLE to title,
|
||||
KEY_TEXT to text
|
||||
KEY_TITLE to this@Builder.title,
|
||||
KEY_TEXT to this@Builder.text
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user