Skip to content

Commit c82a2db

Browse files
committed
chore: lint
1 parent 0312896 commit c82a2db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/activity/ActivityDetailScreen.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ fun ActivityDetailScreen(
157157
app.toast(
158158
type = Toast.ToastType.ERROR,
159159
title = context.getString(R.string.wallet__send_fee_error),
160-
description = "Unable to increase the fee any further. Otherwise, it will exceed half the current input balance" //TODO CREATE STRING RESOURCE
160+
description = "Unable to increase the fee any further. Otherwise, it will exceed half the current input balance" // TODO CREATE STRING RESOURCE
161161
)
162162
},
163163
onMinFee = {
@@ -227,7 +227,7 @@ private fun ActivityDetailContent(
227227
forceShowBalance = true,
228228
modifier = Modifier.weight(1f)
229229
)
230-
ActivityIcon(activity = item, size = 48.dp) //TODO Display the user avatar when selfsend
230+
ActivityIcon(activity = item, size = 48.dp) // TODO Display the user avatar when selfsend
231231
}
232232

233233
Spacer(modifier = Modifier.height(16.dp))
@@ -291,7 +291,7 @@ private fun ActivityDetailContent(
291291
Column(modifier = Modifier.weight(1f)) {
292292
Caption13Up(
293293
text = if (isSelfSend) {
294-
"Sent to myself" //TODO translation
294+
"Sent to myself" // TODO translation
295295
} else {
296296
stringResource(R.string.wallet__activity_payment)
297297
},

0 commit comments

Comments
 (0)