File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/to/bitkit/ui/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import androidx.compose.ui.res.stringResource
3333import androidx.compose.ui.text.AnnotatedString
3434import androidx.compose.ui.tooling.preview.Preview
3535import androidx.compose.ui.unit.dp
36+ import to.bitkit.R
3637import to.bitkit.models.ActivityBannerType
3738import to.bitkit.ui.shared.util.clickableAlpha
3839import to.bitkit.ui.shared.util.outerGlow
@@ -165,7 +166,6 @@ fun ActivityBanner(
165166 Headline20 (
166167 text = AnnotatedString (title),
167168 color = Colors .White ,
168- modifier = Modifier
169169 )
170170 }
171171 }
@@ -181,7 +181,7 @@ private fun Preview() {
181181 items(items = ActivityBannerType .entries) { item ->
182182 ActivityBanner (
183183 gradientColor = item.color,
184- title = stringResource(to.bitkit. R .string.activity_banner__transfer_in_progress),
184+ title = stringResource(R .string.activity_banner__transfer_in_progress),
185185 icon = item.icon,
186186 onClick = {},
187187 modifier = Modifier .fillMaxWidth()
You can’t perform that action at this time.
0 commit comments