diff --git a/publish/changeLog.md b/publish/changeLog.md index c4a4268..03381b8 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -2,3 +2,4 @@ - 修复kg源的歌单链接无法打开的问题 - 修复同一首歌的URL、歌词等同时需要换源时的处理问题 +- 修复在排行榜页面无法时无法通过点击我的列表图标切换到我的列表的问题 diff --git a/src/screens/Home/components/Main.js b/src/screens/Home/components/Main.js index 8530079..b9bead4 100644 --- a/src/screens/Home/components/Main.js +++ b/src/screens/Home/components/Main.js @@ -201,6 +201,7 @@ const styles = StyleSheet.create({ flexGrow: 1, flexShrink: 1, backgroundColor: '#fff', + overflow: 'hidden', }, pagerView: { flex: 1,