修复在排行榜页面无法时无法通过点击我的列表图标切换到我的列表的问题

This commit is contained in:
lyswhut 2021-10-11 10:21:58 +08:00
parent 9f5179dea8
commit 9a59368a97
2 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,4 @@
- 修复kg源的歌单链接无法打开的问题
- 修复同一首歌的URL、歌词等同时需要换源时的处理问题
- 修复在排行榜页面无法时无法通过点击我的列表图标切换到我的列表的问题

View File

@ -201,6 +201,7 @@ const styles = StyleSheet.create({
flexGrow: 1,
flexShrink: 1,
backgroundColor: '#fff',
overflow: 'hidden',
},
pagerView: {
flex: 1,