File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets/activity Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import androidx.activity.compose.BackHandler
44import androidx.compose.foundation.gestures.detectHorizontalDragGestures
55import androidx.compose.foundation.layout.Box
66import androidx.compose.foundation.layout.Column
7+ import androidx.compose.foundation.layout.PaddingValues
78import androidx.compose.foundation.layout.Spacer
89import androidx.compose.foundation.layout.fillMaxSize
910import androidx.compose.foundation.layout.height
@@ -124,6 +125,7 @@ private fun AllActivityScreenContent(
124125 items = filteredActivities,
125126 onActivityItemClick = onActivityItemClick,
126127 onEmptyActivityRowClick = onEmptyActivityRowClick,
128+ contentPadding = PaddingValues (top = 0 .dp),
127129 modifier = Modifier
128130 .swipeToChangeTab(
129131 currentTabIndex = currentTabIndex,
You can’t perform that action at this time.
0 commit comments