Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
Signed-off-by: phuoc <[email protected]>
  • Loading branch information
phuocbitmark committed Feb 28, 2024
1 parent 1a5d4e8 commit 967c2c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/screen/wallet_connect/v2/wc2_permission_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,9 @@ class _Wc2RequestPageState extends State<Wc2RequestPage>
final theme = Theme.of(context);

return PopScope(
canPop: false,
onPopInvoked: (_) async {
await _reject();
Navigator.of(context).pop(false);
},
child: Scaffold(
appBar: getBackAppBar(
Expand Down

0 comments on commit 967c2c1

Please sign in to comment.