You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The onNewIntent method on AbstractSpotifyPkceLoginActivity allows a nullable intent.
To Reproduce
Steps to reproduce the behavior:
update androidx.activity:activity-compose to version 1.9.0 from 1.8.2
build android project
See error
Inherited platform declarations clash: The following declarations have the same JVM signature (onNewIntent(Landroid/content/Intent;)V):
fun onNewIntent(intent: Intent):
fun onNewIntent(intent: Intent?):
Expected behavior
Android project builds
Additional context
This failing build is related to the new source of ComponentActivity in androidx.activity:activity-compose
See 1.8.2
Describe the bug
The
onNewIntent
method on AbstractSpotifyPkceLoginActivity allows a nullable intent.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Android project builds
Additional context
This failing build is related to the new source of ComponentActivity in androidx.activity:activity-compose
See 1.8.2
See 1.9.0
The text was updated successfully, but these errors were encountered: