Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Jun 4, 2024
1 parent 9734bd9 commit a33e09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,7 @@ private fun TopBar(
onQueryChange(it)
query = it
},
onClose = {
onCloseSearch()
query = ""
},
onClose = onCloseSearch,
title = { TopAppBarTitle(text = stringResource(id = R.string.page_modules)) },
scrollBehavior = scrollBehavior,
actions = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ private fun TopBar(
onQueryChange(it)
query = it
},
onClose = {
onCloseSearch()
query = ""
},
onClose = onCloseSearch,
title = { TopAppBarTitle(text = stringResource(id = R.string.page_repository)) },
scrollBehavior = scrollBehavior,
actions = {
Expand Down

0 comments on commit a33e09a

Please sign in to comment.