Skip to content

Commit

Permalink
Update device_info_plus_web.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored Dec 17, 2024
1 parent 5338d7f commit 926c805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extension SafeNavigationGetterExtensions on html.Navigator {
try {
return deviceMemory;
} catch (e) {
return 0.0;
return null;
}
}
}

0 comments on commit 926c805

Please sign in to comment.