Skip to content

Commit b4cf426

Browse files
committed
Add default body
1 parent cae3050 commit b4cf426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/androidMain/kotlin/com/adamratzman/spotify/auth/pkce/AbstractSpotifyPkceLoginActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public abstract class AbstractSpotifyPkceLoginActivity : AppCompatActivity() {
5353
* Custom logic to invoke when loading begins ([isLoading] is true) or ends ([isLoading] is false).
5454
* You can update the view here.
5555
*/
56-
public open fun setLoadingContent(isLoading: Boolean)
56+
public open fun setLoadingContent(isLoading: Boolean) = {}
5757

5858
private lateinit var authorizationIntent: Intent
5959
private lateinit var credentialStore: SpotifyDefaultCredentialStore

0 commit comments

Comments
 (0)