We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54c8e2 commit 9c75682Copy full SHA for 9c75682
app/src/main/java/com/dan/perspective/BusyDialog.kt
@@ -52,12 +52,12 @@ class BusyDialog(private val title: String): DialogFragment() {
52
53
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
54
val binding = BusyDialogBinding.inflate( inflater )
55
- binding.title.setText(title)
+ binding.title.text = title
56
this.binding = binding
57
return binding.root
58
}
59
60
fun setTitle(title: String) {
61
62
63
0 commit comments