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.
2 parents 63d7f6a + 16cda47 commit c747bd9Copy full SHA for c747bd9
composeapp/src/main/java/com/firebase/composeapp/HighLevelApiDemoActivity.kt
@@ -129,7 +129,7 @@ class HighLevelApiDemoActivity : ComponentActivity() {
129
scopes = emptyList(),
130
customParameters = emptyMap(),
131
buttonLabel = "Sign in with LINE",
132
- buttonIcon = AuthUIAsset.Resource(R.drawable.ic_line_logo_24dp),
+ buttonIcon = AuthUIAsset.Resource(com.firebase.ui.auth.R.drawable.fui_ic_line_24dp),
133
buttonColor = Color(0xFF06C755),
134
contentColor = Color.White
135
)
0 commit comments