Skip to content

Commit 529b7a9

Browse files
committed
chore: lint
1 parent 829913e commit 529b7a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/to/bitkit/ui/components/ActivityBanner.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import androidx.compose.ui.res.stringResource
3333
import androidx.compose.ui.text.AnnotatedString
3434
import androidx.compose.ui.tooling.preview.Preview
3535
import androidx.compose.ui.unit.dp
36+
import to.bitkit.R
3637
import to.bitkit.models.ActivityBannerType
3738
import to.bitkit.ui.shared.util.clickableAlpha
3839
import 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()

0 commit comments

Comments
 (0)