mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
[skip ci]
- Revert disabling UI error reporting as it will also disable some errors from the view models - Fix warnings in node list row (potential nullability issue fix)
This commit is contained in:
parent
d79b481d3e
commit
c1c49e878e
2 changed files with 3 additions and 10 deletions
|
@ -57,10 +57,7 @@ Future<void> main() async {
|
|||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
FlutterError.onError = (errorDetails) {
|
||||
// if not a UI error
|
||||
if (errorDetails.library != "widgets library") {
|
||||
_onError(errorDetails);
|
||||
}
|
||||
_onError(errorDetails);
|
||||
};
|
||||
|
||||
/// A callback that is invoked when an unhandled error occurs in the root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue