Random Book Fixes (#2434)
This commit is contained in:
parent
1cc5484655
commit
17d6cd7843
9 changed files with 284 additions and 44 deletions
|
@ -271,6 +271,7 @@ export class ReaderService {
|
|||
if (readingListMode) {
|
||||
this.router.navigateByUrl('lists/' + readingListId);
|
||||
} else {
|
||||
// TODO: back doesn't always work, it might be nice to check the pattern of the url and see if we can be smart before just going back
|
||||
this.location.back();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue