We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74b369 commit e6d7709Copy full SHA for e6d7709
app/src/main/java/to/bitkit/ui/screens/wallets/activity/components/ActivityRow.kt
@@ -326,7 +326,6 @@ private fun formattedTime(timestamp: ULong): String {
326
// TODO remove this method after transifex update
327
private fun String.removeEstimationSymbol() = this.replace("±", "")
328
329
-
330
private class ActivityItemsPreviewProvider : PreviewParameterProvider<Activity> {
331
override val values: Sequence<Activity> get() = previewActivityItems.asSequence()
332
}
0 commit comments