File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vector/src/main/java/im/vector/app/features/pin/lockscreen/biometrics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import im.vector.app.features.pin.lockscreen.ui.fallbackprompt.FallbackBiometric
41
41
import im.vector.app.features.pin.lockscreen.utils.DevicePromptCheck
42
42
import im.vector.app.features.pin.lockscreen.utils.hasFlag
43
43
import kotlinx.coroutines.CoroutineScope
44
- import kotlinx.coroutines.ExperimentalCoroutinesApi
44
+ import kotlinx.coroutines.DelicateCoroutinesApi
45
45
import kotlinx.coroutines.asCoroutineDispatcher
46
46
import kotlinx.coroutines.cancel
47
47
import kotlinx.coroutines.channels.BufferOverflow
@@ -155,7 +155,7 @@ class BiometricHelper @AssistedInject constructor(
155
155
return authenticate(activity)
156
156
}
157
157
158
- @OptIn(ExperimentalCoroutinesApi ::class )
158
+ @OptIn(DelicateCoroutinesApi ::class )
159
159
private fun authenticateInternal (
160
160
activity : FragmentActivity ,
161
161
checkSystemKeyExists : Boolean ,
You can’t perform that action at this time.
0 commit comments