Skip to content

Commit

Permalink
Rename BottomBar to BottomSheetExpandedBottomBar
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Apr 9, 2024
1 parent 38ff33e commit 7a07d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import dev.sasikanth.rss.reader.resources.strings.LocalStrings
import dev.sasikanth.rss.reader.ui.AppTheme

@Composable
fun BottomBar(
internal fun BottomSheetExpandedBottomBar(
modifier: Modifier = Modifier,
onNewGroupClick: () -> Unit,
onNewFeedClick: () -> Unit,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ internal fun BottomSheetExpandedContent(
)
},
bottomBar = {
BottomBar(
BottomSheetExpandedBottomBar(
onNewGroupClick = {
// TODO: Open group creation dialog/sheet/screen
},
Expand Down

0 comments on commit 7a07d29

Please sign in to comment.