File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets/activity Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments