File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
app/src/main/java/one/mixin/android/ui/address/page Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -274,10 +274,11 @@ private fun AddressListItem(
274274 style = TextStyle (
275275 fontSize = 16 .sp,
276276 color = MixinAppTheme .colors.textPrimary,
277- lineHeight = 20 .sp
278- )
277+ lineHeight = 20 .sp,
278+ ),
279+ modifier = Modifier .weight(1f )
279280 )
280- Spacer (modifier = Modifier .weight( 1f ))
281+ Spacer (modifier = Modifier .width( 4 .dp ))
281282 Text (
282283 text = address.updatedAt.timeAgoDate(context),
283284 color = MixinAppTheme .colors.textAssist,
Original file line number Diff line number Diff line change @@ -72,10 +72,8 @@ import one.mixin.android.ui.address.AddressViewModel
7272import one.mixin.android.ui.address.component.DestinationMenu
7373import one.mixin.android.ui.address.component.TokenInfoHeader
7474import one.mixin.android.ui.wallet.alert.components.cardBackground
75- import one.mixin.android.ui.wallet.components.PREF_NAME
7675import one.mixin.android.vo.Address
7776import one.mixin.android.vo.WalletCategory
78- import one.mixin.android.vo.WithdrawalMemoPossibility
7977import one.mixin.android.vo.safe.TokenItem
8078import one.mixin.android.web3.js.Web3Signer
8179
You can’t perform that action at this time.
0 commit comments