Removed unused Column(LibraryTopBar)
This commit is contained in:
parent
b1ebe72cc3
commit
8100902cba
1 changed files with 122 additions and 126 deletions
|
|
@ -4,10 +4,8 @@ import androidx.compose.animation.animateColorAsState
|
|||
import androidx.compose.animation.core.Spring
|
||||
import androidx.compose.animation.core.spring
|
||||
import androidx.compose.foundation.background
|
||||
import androidx.compose.foundation.layout.Column
|
||||
import androidx.compose.foundation.layout.Row
|
||||
import androidx.compose.foundation.layout.Spacer
|
||||
import androidx.compose.foundation.layout.fillMaxWidth
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.foundation.layout.width
|
||||
import androidx.compose.foundation.pager.PagerState
|
||||
|
|
@ -58,7 +56,6 @@ fun LibraryTopBar(
|
|||
) {
|
||||
val focusRequester = remember { FocusRequester() }
|
||||
|
||||
Column(Modifier.fillMaxWidth()) {
|
||||
AnimatedTopAppBar(
|
||||
scrollBehavior = null,
|
||||
isTopBarScrolled = state.value.hasSelectedItems,
|
||||
|
|
@ -187,4 +184,3 @@ fun LibraryTopBar(
|
|||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue