mirror of
https://github.com/bitwarden/android.git
synced 2026-05-21 03:21:29 -05:00
chore: Remove background event interface from action (#6941)
This commit is contained in:
@@ -4072,7 +4072,7 @@ sealed class VaultItemListingsAction {
|
||||
*/
|
||||
data class SnackbarDataReceived(
|
||||
val data: BitwardenSnackbarData,
|
||||
) : Internal(), BackgroundEvent
|
||||
) : Internal()
|
||||
|
||||
/**
|
||||
* Indicates that an error occurred while decrypting a cipher.
|
||||
|
||||
Reference in New Issue
Block a user