Updated on 2026-08-14
This commit is contained in:
parent
d3d91e3394
commit
638cbc9d23
8 changed files with 6 additions and 8 deletions
|
|
@ -125,7 +125,6 @@ private fun ContentContainer(state: MessageBottomSheetUMV2.InfoBlock, modifier:
|
|||
}
|
||||
}
|
||||
|
||||
@Suppress("CanBeNonNullable")
|
||||
@Composable
|
||||
private fun BottomSheetIconContainer(
|
||||
icon: MessageBottomSheetUMV2.Icon?,
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ import kotlinx.collections.immutable.ImmutableList
|
|||
* @param txHistoryItems transactions
|
||||
* @param modifier modifier
|
||||
*/
|
||||
@Suppress("CanBeNonNullable")
|
||||
fun LazyListScope.txHistoryItems(
|
||||
state: TxHistoryState,
|
||||
txHistoryItems: LazyPagingItems<TxHistoryState.TxHistoryItemState>?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue