mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Fix alignment of progress spinner when waiting for network.:
This commit is contained in:
committed by
Cody Henthorne
parent
a6bfeebb24
commit
1aa2c85edd
@@ -895,7 +895,9 @@ private fun LoadingCard() {
|
||||
@Composable
|
||||
private fun ErrorCard() {
|
||||
BoxCard {
|
||||
Column {
|
||||
Column(
|
||||
horizontalAlignment = Alignment.CenterHorizontally
|
||||
) {
|
||||
CircularProgressIndicator(
|
||||
strokeWidth = 3.5.dp,
|
||||
color = MaterialTheme.colorScheme.secondary,
|
||||
|
||||
Reference in New Issue
Block a user