mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:03:26 +00:00
chore: add comment
This commit is contained in:
@@ -45,6 +45,7 @@ export const SeasonEpisodeSelector = () => {
|
|||||||
onPress={() => {
|
onPress={() => {
|
||||||
off();
|
off();
|
||||||
router.push({
|
router.push({
|
||||||
|
// replace throws exception
|
||||||
pathname: "/videoPlayer/loading",
|
pathname: "/videoPlayer/loading",
|
||||||
params: {
|
params: {
|
||||||
data: JSON.stringify(data),
|
data: JSON.stringify(data),
|
||||||
|
@@ -45,6 +45,7 @@ export const SourceSelector = () => {
|
|||||||
onPress={() => {
|
onPress={() => {
|
||||||
off();
|
off();
|
||||||
router.push({
|
router.push({
|
||||||
|
// replace throws exception
|
||||||
pathname: "/videoPlayer/loading",
|
pathname: "/videoPlayer/loading",
|
||||||
params: { sourceID: source.id, data: JSON.stringify(data) },
|
params: { sourceID: source.id, data: JSON.stringify(data) },
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user