Skip to content

Commit

Permalink
Add title to summary page
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Feb 10, 2025
1 parent f1fd0a4 commit 9d37098
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ fun FeedScreen(
Size.extraLarge,
) {
NekoScaffold(
title =
if (feedScreenType == FeedScreenType.Summary)
stringResource(R.string.summary)
else "",
type =
if (
feedScreenState.value.showingDownloads ||
Expand Down

0 comments on commit 9d37098

Please sign in to comment.