Skip to content

Commit

Permalink
Schedule
Browse files Browse the repository at this point in the history
This is the last feature for now


Former-commit-id: cbbc984
  • Loading branch information
HenryQuan committed Mar 21, 2018
1 parent c14bc3c commit d282182
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions AnimeGo/src/app/App.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default class App extends Component {
</View>
<DrawerCell text='New Release' onPress={() => this.onChangingScreen(ScreenIndex.NewRelease)}/>
<DrawerCell text='New Season' onPress={() => this.onChangingScreen(ScreenIndex.NewSeason)}/>
<DrawerCell text='Schedule'/>
<Divider style={dividerStyle}/>
<DrawerCell text='Movie' onPress={() => this.onChangingScreen(ScreenIndex.Movie)}/>
<DrawerCell text='Popular' onPress={() => this.onChangingScreen(ScreenIndex.Popular)}/>
Expand Down
2 changes: 0 additions & 2 deletions AnimeGo/src/helper/core/AnimeSourceLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ export default class AnimeSourceLoader {
prev = nextPrev.childNodes[0].childNodes[1];
next = nextPrev.childNodes[2].childNodes[1];
if (prev != null) prev = MajorLink.MainURL + prev.attributes.href;
else prev = '';
if (next != null) next = MajorLink.MainURL + next.attributes.href;
else next = '';
}

success([animeData, prev, next]);
Expand Down

0 comments on commit d282182

Please sign in to comment.