mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-20 20:49:47 +02:00
fix back routing error
This commit is contained in:
@@ -407,7 +407,7 @@ export default function HomeScreen() {
|
||||
const openAlbum = (album: Album) => {
|
||||
router.push({
|
||||
pathname: '/library/album/[key]',
|
||||
params: { key: album.identity_key },
|
||||
params: { key: album.identity_key, from: 'home' },
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user