Skip to content

Commit

Permalink
fix: Commenting removing prefs. #4
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed May 8, 2023
1 parent e536a8d commit 1145dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class MenuItemInfo {
Future<List<MenuItemInfo>> loadMenuItems() async {
final SharedPreferences prefs = await SharedPreferences.getInstance();

await prefs.remove(storageKey);
//await prefs.remove(storageKey);

final String? jsonStringFromLocalStorage = prefs.getString(storageKey);

Expand Down

0 comments on commit 1145dc8

Please sign in to comment.