Skip to content

Commit

Permalink
修复首页在浏览视频列表时按返回键会切回推荐列表
Browse files Browse the repository at this point in the history
  • Loading branch information
aaa1115910 committed Oct 21, 2024
1 parent 075cb3f commit 87b6edb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ fun HomeContent(
topBar = {
TopNav(
modifier = Modifier
.focusRequester(navFocusRequester)
.focusRequester(navFocusRequester)
.padding(end = 80.dp),
items = HomeTopNavItem.entries,
Expand Down

0 comments on commit 87b6edb

Please sign in to comment.