minor fix [skip ci]
OmarHatem committed
Jan 15, 2026 at 16:52 UTC
0e4855132ceafc110fef7c3eb80651af4c6b8402
2 files changed
+2
-1
lib/src/screens/send/widgets/send_card.dart
+1
-1
@@ -308,7 +308,7 @@ class SendCardState extends State<SendCard> with AutomaticKeepAliveClientMixin<S
308
final success = await walletSwitcherViewModel.switchToSelectedWallet();
309
if (success) {
310
WidgetsBinding.instance.addPostFrameCallback((_) {
311
- if (context.mounted) {
311
+ if (mounted) {
312
showModalBottomSheet<void>(
313
context: context,
314
isDismissible: false,
lib/utils/exception_handler.dart
+1
@@ -295,6 +295,7 @@ class ExceptionHandler {
295
"_getDismissibleFlushbar",
296
"_QueuedFuture.execute (package:universal_ble/src/queue.dart:65)",
297
"reown_core/relay_client/websocket/websocket_handler.dart",
298
+ "Image upload failed due to loss of GPU access",
299
];
300
301
static Future<void> _addDeviceInfo(File file) async {