Skip to content

Commit e859ed2

Browse files
committed
remove LINE res from auth module
1 parent ed905bb commit e859ed2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

composeapp/src/main/java/com/firebase/composeapp/HighLevelApiDemoActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class HighLevelApiDemoActivity : ComponentActivity() {
129129
scopes = emptyList(),
130130
customParameters = emptyMap(),
131131
buttonLabel = "Sign in with LINE",
132-
buttonIcon = AuthUIAsset.Resource(com.firebase.ui.auth.R.drawable.fui_ic_line_24dp),
132+
buttonIcon = AuthUIAsset.Resource(R.drawable.ic_line_logo_24dp),
133133
buttonColor = Color(0xFF06C755),
134134
contentColor = Color.White
135135
)

0 commit comments

Comments
 (0)