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 37c1c74 commit c1697b3Copy full SHA for c1697b3
app/src/main/java/com/secure/privacyfirst/ui/screens/AuthScreen.kt
@@ -1,7 +1,6 @@
1
package com.secure.privacyfirst.ui.screens
2
3
import android.widget.Toast
4
-import androidx.activity.compose.BackHandler
5
import androidx.biometric.BiometricManager
6
import androidx.biometric.BiometricManager.Authenticators
7
import androidx.biometric.BiometricPrompt
@@ -119,7 +118,7 @@ fun AuthScreen(
119
118
) {
120
121
Image(
122
- painter = painterResource(id = com.secure.privacyfirst.R.drawable.logo),
+ painter = painterResource(id = com.secure.privacyfirst.R.drawable.logo_full),
123
contentDescription = "App Logo",
124
modifier = Modifier.size(40.dp)
125
)
app/src/main/res/drawable/logo.png
151 KB
app/src/main/res/drawable/logo_full.png
27 KB
0 commit comments