From 9a59368a971a5b9ad9e10e7a3622b8b0fff065da Mon Sep 17 00:00:00 2001 From: lyswhut Date: Mon, 11 Oct 2021 10:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8=E6=8E=92=E8=A1=8C?= =?UTF-8?q?=E6=A6=9C=E9=A1=B5=E9=9D=A2=E6=97=A0=E6=B3=95=E6=97=B6=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E9=80=9A=E8=BF=87=E7=82=B9=E5=87=BB=E6=88=91=E7=9A=84?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=9B=BE=E6=A0=87=E5=88=87=E6=8D=A2=E5=88=B0?= =?UTF-8?q?=E6=88=91=E7=9A=84=E5=88=97=E8=A1=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 1 + src/screens/Home/components/Main.js | 1 + 2 files changed, 2 insertions(+) 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,