Skip to content

Commit

Permalink
register missing adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Oct 25, 2024
1 parent 27979ab commit 49a26ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ Future<void> setupHive() async {
Hive.registerAdapter(LyricsAlignmentAdapter());
Hive.registerAdapter(LyricsFontSizeAdapter());
Hive.registerAdapter(KeepScreenOnOptionAdapter());
Hive.registerAdapter(FinampSegmentContainerAdapter());

final dir = (Platform.isAndroid || Platform.isIOS)
? await getApplicationDocumentsDirectory()
Expand Down

0 comments on commit 49a26ae

Please sign in to comment.