mirror of
https://github.com/bitwarden/android.git
synced 2026-04-29 04:18:52 -05:00
Update the app dependencies (#5715)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.bitwarden.authenticator.ui.authenticator.feature.itemlisting
|
||||
|
||||
import androidx.compose.foundation.ExperimentalFoundationApi
|
||||
import androidx.compose.foundation.clickable
|
||||
import androidx.compose.foundation.combinedClickable
|
||||
import androidx.compose.foundation.interaction.MutableInteractionSource
|
||||
@@ -56,7 +55,6 @@ import com.bitwarden.ui.platform.resource.BitwardenString
|
||||
* @param showMoveToBitwarden Whether the option to move the item to Bitwarden is displayed.
|
||||
* @param modifier The modifier for the item.
|
||||
*/
|
||||
@OptIn(ExperimentalFoundationApi::class)
|
||||
@Suppress("LongMethod", "MagicNumber")
|
||||
@Composable
|
||||
fun VaultVerificationCodeItem(
|
||||
|
||||
Reference in New Issue
Block a user