Skip to content

Commit

Permalink
hide search mode FAB
Browse files Browse the repository at this point in the history
  • Loading branch information
StageGuard authored and Him188 committed Jun 29, 2024
1 parent b3d4da1 commit 0a096cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/shared/src/commonMain/kotlin/ui/home/SubjectSearchBar.kt
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ fun SubjectSearchBar(
exit = fadeOut(),
modifier = Modifier.layoutId("fab").zIndex(1.1f),
) {

ExtendedFloatingActionButton(
if (false) ExtendedFloatingActionButton(
shape = CircleShape,
onClick = {
fabRotateAngle -= 180f
Expand Down

0 comments on commit 0a096cc

Please sign in to comment.