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 9c75682 commit 7f5bad2Copy full SHA for 7f5bad2
app/src/main/java/com/dan/perspective/BusyDialog.kt
@@ -33,6 +33,10 @@ class BusyDialog(private val title: String): DialogFragment() {
33
}
34
35
36
+ fun setTitle( title: String ) {
37
+ currentDialog?.setTitle(title)
38
+ }
39
+
40
fun dismiss(all: Boolean = false) {
41
if( counter <= 1 || all) {
42
try {
0 commit comments