mirror of
https://github.com/bitwarden/android.git
synced 2026-03-24 23:32:29 -05:00
[BWA-22] Prevent FAB from hiding verification codes (#102)
This commit is contained in:
@@ -407,6 +407,12 @@ private fun ItemListingContent(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
)
|
||||
}
|
||||
|
||||
// Add a spacer item to prevent the FAB from hiding verification codes at the
|
||||
// bottom of the list
|
||||
item {
|
||||
Spacer(Modifier.height(72.dp))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user