Skip to content

Commit

Permalink
bugfix: main badge was not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
itzAlex committed Oct 16, 2021
1 parent 34978f1 commit 54b1b98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lib/Badges/HomiesBadges3.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ class HomiesBadges3 extends Cubit<Map<String, List<twitch.Badge>>> {
twitch.Badge(
title: badgeData['tooltip'],
description: null,
id: base64Encode(badgeData['tooltip'].codeUnits),
id: null,
mipmap: [
badgeData['image1'],
badgeData['image2'],
badgeData['image3'],
],
name: base64Encode(badgeData['tooltip'].codeUnits),
tag: base64Encode(badgeData['tooltip'].codeUnits),
name: null,
tag: null,
),
);
}
Expand Down
1 change: 0 additions & 1 deletion lib/Components/Notification.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class _NotificationWrapperState extends State<NotificationWrapper> {
subtitle,
NotificationDetails(
android: AndroidNotificationDetails(
'Twitchat',
'Twitchat',
'Twitchat',
importance: Importance.max,
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
hive: ^2.0.4
hive_flutter: ^1.0.0
webview_flutter: ^2.0.8
file_picker: ^3.0.2+2
flutter_local_notifications: ^6.0.0
file_picker: ^4.1.4
flutter_local_notifications: ^9.0.0
flutter_chatsen_irc:
path: libraries/flutter_chatsen_irc
bloc: ^7.0.0
Expand All @@ -37,8 +37,8 @@ dependencies:
url: https://github.com/chatsen/flutter_cached_network_image
ref: develop
font_awesome_flutter: ^9.1.0
sentry_flutter: ^5.1.0
flutter_svg: ^0.22.0
sentry_flutter: ^6.0.1
flutter_svg: ^0.23.0+1

dev_dependencies:
pedantic: ^1.11.0
Expand Down

0 comments on commit 54b1b98

Please sign in to comment.