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 cae3050 commit b4cf426Copy full SHA for b4cf426
src/androidMain/kotlin/com/adamratzman/spotify/auth/pkce/AbstractSpotifyPkceLoginActivity.kt
@@ -53,7 +53,7 @@ public abstract class AbstractSpotifyPkceLoginActivity : AppCompatActivity() {
53
* Custom logic to invoke when loading begins ([isLoading] is true) or ends ([isLoading] is false).
54
* You can update the view here.
55
*/
56
- public open fun setLoadingContent(isLoading: Boolean)
+ public open fun setLoadingContent(isLoading: Boolean) = {}
57
58
private lateinit var authorizationIntent: Intent
59
private lateinit var credentialStore: SpotifyDefaultCredentialStore
0 commit comments