Skip to content

Commit

Permalink
🔊 Add log to boxes cleared.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 17, 2020
1 parent 64a95fe commit dcd32c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/constants/hive_boxes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class HiveBoxes {
await webAppsBox?.clear();
await settingsBox?.clear();
await startWeekBox?.clear();
debugPrint('Boxes cleared');
if (kReleaseMode) SystemNavigator.pop();
}
}
Expand Down

0 comments on commit dcd32c4

Please sign in to comment.