You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/securebackup/impl/src/main/kotlin/io/element/android/features/securebackup/impl/setup/views/RecoveryKeyView.kt
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -90,14 +90,14 @@ private fun RecoveryKeyStaticContent(
90
90
) {
91
91
Row(
92
92
modifier =Modifier
93
-
.fillMaxWidth()
94
-
.clip(RoundedCornerShape(14.dp))
95
-
.background(
96
-
color =ElementTheme.colors.bgSubtleSecondary,
97
-
shape =RoundedCornerShape(14.dp)
98
-
)
99
-
.clickableIfNotNull(onClick)
100
-
.padding(horizontal =16.dp, vertical =16.dp),
93
+
.fillMaxWidth()
94
+
.clip(RoundedCornerShape(14.dp))
95
+
.background(
96
+
color =ElementTheme.colors.bgSubtleSecondary,
97
+
shape =RoundedCornerShape(14.dp)
98
+
)
99
+
.clickableIfNotNull(onClick)
100
+
.padding(horizontal =16.dp, vertical =16.dp),
101
101
horizontalArrangement =Arrangement.spacedBy(8.dp)
102
102
) {
103
103
if (state.formattedRecoveryKey !=null) {
@@ -115,15 +115,15 @@ private fun RecoveryKeyStaticContent(
115
115
verticalAlignment =Alignment.CenterVertically,
116
116
horizontalArrangement =Arrangement.Center,
117
117
modifier =Modifier
118
-
.fillMaxWidth()
119
-
.padding(vertical =11.dp)
118
+
.fillMaxWidth()
119
+
.padding(vertical =11.dp)
120
120
) {
121
121
if (state.inProgress) {
122
122
CircularProgressIndicator(
123
123
modifier =Modifier
124
-
.progressSemantics()
125
-
.padding(end =8.dp)
126
-
.size(16.dp),
124
+
.progressSemantics()
125
+
.padding(end =8.dp)
126
+
.size(16.dp),
127
127
color =ElementTheme.colors.textPrimary,
128
128
strokeWidth =1.5.dp,
129
129
)
@@ -160,12 +160,12 @@ private fun RecoveryKeyFormContent(
0 commit comments