Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
quantz-dev committed Jul 15, 2022
2 parents fd86a15 + 23ea522 commit 690abc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Fixed infinite loading issue when the app is opened for the first time.
- Fixed text overflow with anime title on MAL updater dialog.
- Fixed issue with MAL updater for dub entries.
- Added sub or dub indicator in MAL updater dialog.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/services/concretes/google-api.service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class GoogleApiService extends GoogleApiInterface {
final result = FirebaseSubscription.fromJson(response.data);
print(['getFirebaseSubscription()', '${result.topics.keys.length} topics']);
return result;
} on Exception {
} catch (e) {
print(['getFirebaseSubscription() ERROR', path]);
return FirebaseSubscription();
}
Expand Down

0 comments on commit 690abc2

Please # to comment.