Improve display text

This commit is contained in:
Ash
2022-04-03 00:47:50 +08:00
parent 14047ac5c7
commit 31a8445df2
3 changed files with 11 additions and 10 deletions
@@ -86,6 +86,7 @@ fun ReadPage(
) {
TopBar(
isShow = viewState.articleWithFeed == null || !isScrollDown,
isShowActions = viewState.articleWithFeed != null,
onScrollToPage = onScrollToPage,
onClearArticle = {
readViewModel.dispatch(ReadViewAction.ClearArticle)