mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:53:24 +00:00
fix: router.replace() throws exception
This commit is contained in:
@@ -44,7 +44,7 @@ export const SourceSelector = () => {
|
||||
title={source.name}
|
||||
onPress={() => {
|
||||
off();
|
||||
router.replace({
|
||||
router.push({
|
||||
pathname: "/videoPlayer/loading",
|
||||
params: { sourceID: source.id, data: JSON.stringify(data) },
|
||||
});
|
||||
|
Reference in New Issue
Block a user