We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072e57 commit dbe32d4Copy full SHA for dbe32d4
1 file changed
app/components/options/OptionsAlbum.js
@@ -73,6 +73,7 @@ const OptionsAlbum = ({ album, isOpen, onClose }) => {
73
])
74
} else {
75
navigation.navigate('Genre', { name: album.genres[0].name })
76
+ refOption.current.close()
77
}
78
},
79
hidden: !album.genres?.length
0 commit comments