mirror of
https://github.com/bitwarden/android.git
synced 2026-05-10 16:45:43 -05:00
[PM-11304] Enable fab for collection vault listings
(cherry picked from commit 96f118e1e4)
This commit is contained in:
@@ -2111,7 +2111,7 @@ data class VaultItemListingState(
|
||||
val collectionName: String = "",
|
||||
) : Vault() {
|
||||
override val titleText: Text get() = collectionName.asText()
|
||||
override val hasFab: Boolean get() = false
|
||||
override val hasFab: Boolean get() = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user